Fixed some dark items

pull/22/head
tycrek 3 years ago
parent 873dd80750
commit cd17818b64
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -1,13 +1,14 @@
/* Modest dark fixes */ /* Modest fixes */
pre, code { background-color: unset !important; } pre, code { background-color: #1A1A1A !important; }
h1, h2, h3 { border-bottom: 2px solid #323232 !important; } h1, h2, h3 { border-bottom: 2px solid #323232 !important; }
pre { overflow-x: hidden !important; }
/* Dark theme */ /* Dark theme */
body { body {
background-color: #212121; background-color: #212121 !important;
color: #BDBDBD; color: #BDBDBD !important;
} }
body, button { body, button { text-shadow: 1px 1px 1px black; }
text-shadow: 1px 1px 2px black; code { color: #EEE !important; }
} pre { border-radius: 16px; }

Loading…
Cancel
Save