Feed abstract: Set color scheme automatically

Fixes black on black text in dark mode.
This commit is contained in:
Abe Jellinek 2024-04-26 15:44:40 -04:00 committed by Dan Stillman
parent 302d8e925e
commit c32a352ecc

View file

@ -11,6 +11,10 @@
@import "base/base";
html {
color-scheme: light dark;
}
html, body {
background: var(--material-sidepane);
overflow: clip;