Skip to content

Commit

Permalink
Merge pull request #20343 from nextcloud/bugfix/noid/themed-error-beh…
Browse files Browse the repository at this point in the history
…aviour

Default to dark background in dark mode and better themed navbar
  • Loading branch information
rullzer committed Apr 8, 2020
2 parents 981278a + f733444 commit cb2b385
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
1 change: 0 additions & 1 deletion core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb2b385

Please sign in to comment.