Skip to content

Commit

Permalink
fix: nav background styles in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
younggglcy committed Sep 27, 2022
1 parent 2fdf697 commit 674aeb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/theme-default/components/Nav/index.module.scss
Expand Up @@ -13,10 +13,6 @@
backdrop-filter: saturate(50%) blur(8px);
}

:global(.dark) .nav {
background: rgba(36, 36, 36, 0.7);
}

@supports not (backdrop-filter: saturate(50%) blur(8px)) {
.nav {
background: rgba(255, 255, 255, 0.95);
Expand Down

0 comments on commit 674aeb9

Please sign in to comment.