Skip to content

Commit

Permalink
Fixed header bg color not being set in default (no) theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevryghem committed Aug 16, 2023
1 parent f6649e1 commit 14b1ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/header/header.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
header {
background-color: var(--ds-header-bg);
}

.navbar-brand img {
max-height: var(--ds-header-logo-height);
max-width: 100%;
Expand Down

0 comments on commit 14b1ce5

Please sign in to comment.