diff --git a/src/scss/variables.scss b/src/scss/variables.scss index 963e21b..07a1995 100644 --- a/src/scss/variables.scss +++ b/src/scss/variables.scss @@ -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;