Default to dark background in dark mode and better themed navbar

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-04-07 08:37:38 +02:00
parent 9895aff4d9
commit f733444234
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,7 @@
z-index: 2000;
height: $header-height;
background-color: var(--color-primary);
background-image: linear-gradient(40deg, var(--color-primary) 0%, rgba(28,175,255,1) 100%);
background-image: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-element-light) 100%);
box-sizing: border-box;
justify-content: space-between;
}

View File

@ -87,7 +87,6 @@ ul {
body {
background-color: var(--color-main-background);
background-color: linear-gradient(40deg, var(--color-main-background) 0%, rgba(28,175,255,1) 100%);
font-weight: normal;
/* bring the default font size up to 14px */
font-size: .875em;