mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Merge pull request #1185 from caleb-allen/black-background-hotfix
ignore Chromium's dark mode settings
This commit is contained in:
commit
43b27be071
1 changed files with 6 additions and 0 deletions
|
@ -17,4 +17,10 @@ code {
|
|||
pre, blockquote {
|
||||
background-color: #F2F2F2;
|
||||
color: rgba(10, 12, 38, .8);
|
||||
}
|
||||
/* do not adhere to Chromium's color scheme settings */
|
||||
@media(prefers-color-scheme: dark){
|
||||
body {
|
||||
background-color: #FFF;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue