Merge pull request #20343 from nextcloud/bugfix/noid/themed-error-behaviour

Default to dark background in dark mode and better themed navbar
This commit is contained in:
Roeland Jago Douma 2020-04-08 16:46:03 +02:00 committed by GitHub
commit cb2b38516f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;