Browse Source
🎨 improved ternary color in lightmode
remotes/philippdormann/feature/gotify
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
1 additions and
1 deletions
-
src/assets/vars.scss
|
|
@ -12,7 +12,7 @@ $highlight-white: #e7faec; |
|
|
|
--page-background: #fafafa; |
|
|
|
--background-secondary: #d0d3d5; |
|
|
|
--background-4: #d0d3d5; |
|
|
|
--background-ternary: #d0d3d5; |
|
|
|
--background-ternary: #8e8e8e; |
|
|
|
--main-font-color: #212529; |
|
|
|
} |
|
|
|
|
|
|
|