[bug] fix darm mode navbar on firefox

This commit is contained in:
Andrea Vos 2021-06-16 22:54:08 +02:00
parent 58a8872de9
commit b0ad6b8d0d

View File

@ -235,4 +235,12 @@ body[data-theme="dark"] {
}
}
}
@include media-breakpoint-up('lg', $grid-breakpoints) {
header {
@supports not (backdrop-filter: blur(12px)) {
background-color: $dark;
}
}
}
}