Skip to content

Commit

Permalink
fix: fix issue with mobile sidebar hiding page content in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbira committed Aug 21, 2024
1 parent eb5695c commit 44aa94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styling/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ body {
}

.dark .dim {
filter: blur(1px);
filter: opacity(0.5) blur(1px);
}

0 comments on commit 44aa94e

Please sign in to comment.