css: add more variables for dark mode.

Add some more variables that will be needed for dark mode.
This commit is contained in:
evazion
2019-09-19 04:20:44 -05:00
parent e15c5ad217
commit c86a24743a
7 changed files with 22 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ div#notice {
&:not(.ui-state-error) {
background: var(--notice-background);
border: var(--notice-border);
color: var(--notice-text-color);
}
}