make most modals white

This commit is contained in:
Harvey Tindall
2021-12-31 17:28:08 +00:00
parent cf91ee62ed
commit d1b5b74060
8 changed files with 27 additions and 1328 deletions
+10 -1
View File
@@ -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;
}