Fixed header bg color not being set in default (no) theme

(cherry picked from commit 14b1ce5e50)
This commit is contained in:
Alexandre Vryghem
2023-08-16 15:16:17 +02:00
committed by github-actions[bot]
parent 72dcfddff1
commit a40e26985d

View File

@@ -1,3 +1,7 @@
header {
background-color: var(--ds-header-bg);
}
.navbar-brand img { .navbar-brand img {
max-height: var(--ds-header-logo-height); max-height: var(--ds-header-logo-height);
max-width: 100%; max-width: 100%;