diff --git a/css/base.css b/css/base.css index 451be8d..65a3daf 100644 --- a/css/base.css +++ b/css/base.css @@ -15,7 +15,7 @@ --border-width-8: 8px; } -.light-theme { +.light { --settings-section-button-filter: 90%; } @@ -27,6 +27,15 @@ background: #202020; } +html:not(.dark) .card.\@low:not(.\~neutral):not(.\~positive):not(.\~urge):not(.\~warning):not(.\~info):not(.\~critical) { + --color-fill: va(--color-fill); + --color-content: var(--color-content); + --color-accent: var(--color-accent); + --color-muted: var(--color-muted); + background-color: #fff; + color: inherit; +} + .light-only { display: none; } diff --git a/html/admin.html b/html/admin.html index 38e8eb1..68b159c 100644 --- a/html/admin.html +++ b/html/admin.html @@ -43,7 +43,7 @@