mirror of https://github.com/tycrek/ass
parent
873dd80750
commit
cd17818b64
@ -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…
Reference in new issue