Added $background-ui to .dark and .light classes for manually toggling color preference
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user