Added $background-ui to .dark and .light classes for manually toggling color preference

This commit is contained in:
2019-12-26 00:31:30 +01:00
parent 1c7a688cb8
commit 0f2c166e1c

View File

@@ -108,6 +108,7 @@ $color-error-highlight: var(--color-error-highlight) !default;
--background-color-secondary: #111111;
--background-95: rgba(30, 31, 34, 0.95);
--background-70: rgba(30, 31, 34, 0.7);
--background-ui: #202125;
--color-teal: #091c24;
}
@@ -122,6 +123,7 @@ $color-error-highlight: var(--color-error-highlight) !default;
--background-color-secondary: #ffffff;
--background-95: rgba(255, 255, 255, 0.95);
--background-70: rgba(255, 255, 255, 0.7);
--background-ui: #202125;
--background-nav-logo: #081c24;
--color-green: #01d277;
--color-teal: #091c24;