Files
gokarna/themes/gokarna/static/css/dark.css
Avijit 🚀 aa8b1bc1a1 Fix footer
2021-06-16 14:39:26 +02:00

25 lines
395 B
CSS

html {
background: #121212 !important;
color: #e2e2e2 !important;
}
.header,
code,
pre {
background-color: #1f1f1f !important;
color: #e2e2e2 !important;
}
.footer {
border-top-color: #333;
}
/* TODO: Check if this is needed or not */
/*
img,
video {
filter: hue-rotate(180deg) contrast(100%) invert(100%);
-webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
}
*/