[bug] fix darm mode navbar on firefox
This commit is contained in:
parent
80f3307e90
commit
b185de84d1
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue