Skip to content

Commit cb2b385

Browse files
authored
Merge pull request #20343 from nextcloud/bugfix/noid/themed-error-behaviour
Default to dark background in dark mode and better themed navbar
2 parents 981278a + f733444 commit cb2b385

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

core/css/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
z-index: 2000;
5151
height: $header-height;
5252
background-color: var(--color-primary);
53-
background-image: linear-gradient(40deg, var(--color-primary) 0%, rgba(28,175,255,1) 100%);
53+
background-image: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-element-light) 100%);
5454
box-sizing: border-box;
5555
justify-content: space-between;
5656
}

core/css/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ ul {
8787

8888
body {
8989
background-color: var(--color-main-background);
90-
background-color: linear-gradient(40deg, var(--color-main-background) 0%, rgba(28,175,255,1) 100%);
9190
font-weight: normal;
9291
/* bring the default font size up to 14px */
9392
font-size: .875em;

0 commit comments

Comments
 (0)