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:
commit
cb2b38516f
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue