[bug] fix darm mode navbar on firefox

This commit is contained in:
Avris 2021-06-16 22:54:08 +02:00
parent 80f3307e90
commit b185de84d1
1 changed files with 8 additions and 0 deletions

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