mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Fix dark theme being broken when system theme is light and user forces dark
This commit is contained in:
parent
2ecf21fb2d
commit
ad706f6774
1 changed files with 25 additions and 27 deletions
|
@ -1,4 +1,3 @@
|
||||||
@media(prefers-color-scheme: dark){
|
|
||||||
main.manual.outdated{
|
main.manual.outdated{
|
||||||
background: url('/images/outdated-dark.svg');
|
background: url('/images/outdated-dark.svg');
|
||||||
}
|
}
|
||||||
|
@ -25,4 +24,3 @@
|
||||||
main.manual *:target aside.number{
|
main.manual *:target aside.number{
|
||||||
color: var(--dark-body-text);
|
color: var(--dark-body-text);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue