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

This commit is contained in:
Alexandre Vryghem
2023-08-16 15:16:17 +02:00
parent f6649e1c38
commit 14b1ce5e50

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%;