Feed abstract: Set color scheme automatically
Fixes black on black text in dark mode.
This commit is contained in:
parent
302d8e925e
commit
c32a352ecc
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
@import "base/base";
|
||||
|
||||
html {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
html, body {
|
||||
background: var(--material-sidepane);
|
||||
overflow: clip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue