mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
ignore Chromium's dark mode settings, including html tag
This commit is contained in:
parent
7125f46a58
commit
c40bf64362
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
body {
|
||||
body, html {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ pre, blockquote {
|
|||
}
|
||||
/* do not adhere to Chromium's color scheme settings */
|
||||
@media(prefers-color-scheme: dark){
|
||||
body {
|
||||
body, html {
|
||||
background-color: #FFF;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue