god i hope i never have to touch css again
This commit is contained in:
parent
98e701d060
commit
490adf2548
4
homepage
4
homepage
@ -519,9 +519,9 @@ pre { /* DRY who? */
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
a { color: #fff !important; }
|
a { color: #000 !important; }
|
||||||
body { background: #eee !important;
|
body { background: #eee !important;
|
||||||
color: #000 !important; }
|
color: #333 !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user