Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with
8 additions and
0 deletions
-
src/assets/app.scss
-
src/assets/vars.scss
|
|
@ -18,6 +18,12 @@ a, |
|
|
|
color: #0a0a0a; |
|
|
|
} |
|
|
|
|
|
|
|
.form-control, |
|
|
|
.form-select { |
|
|
|
color: var(--main-font-color); |
|
|
|
background-color: var(--background-4); |
|
|
|
} |
|
|
|
|
|
|
|
#app { |
|
|
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, |
|
|
|
segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, |
|
|
|
|
|
@ -7,6 +7,8 @@ $highlight: #7ce8a4; |
|
|
|
$highlight-white: #e7faec; |
|
|
|
|
|
|
|
:root { |
|
|
|
color-scheme: light dark; |
|
|
|
// |
|
|
|
--page-background: #fafafa; |
|
|
|
--background-secondary: #d0d3d5; |
|
|
|
--background-4: #d0d3d5; |
|
|
|