Default bg color and font color

This commit is contained in:
Gregory Schier 2020-02-07 13:24:24 -05:00
parent ab024c37b9
commit b8d1d0ea3c

View File

@ -1,5 +1,11 @@
*[theme],
*[subtheme] {
// Defaults just so we have something to start with. This
// ensures that the UI is still usable if we making a change
// that breaks the theme system during development.
--color-bg: #fff;
--color-font: #000;
--opacity-subtle: 0.7;
--opacity-super-subtle: 0.5;