Fix dark theme being broken when system theme is light and user forces dark

This commit is contained in:
Alex Cabal 2022-03-11 18:30:49 -04:00
parent 2ecf21fb2d
commit ad706f6774

View file

@ -1,4 +1,3 @@
@media(prefers-color-scheme: dark){
main.manual.outdated{
background: url('/images/outdated-dark.svg');
}
@ -25,4 +24,3 @@
main.manual *:target aside.number{
color: var(--dark-body-text);
}
}