Skip to content

Commit

Permalink
fix: prevent white flash in dark mode when navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Sep 20, 2023
1 parent b873ed5 commit adb2c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
body {
@apply flex min-h-screen flex-col bg-skin-fill font-mono text-skin-base
transition-colors selection:bg-skin-accent selection:bg-opacity-70 selection:text-skin-inverted;
selection:bg-skin-accent selection:bg-opacity-70 selection:text-skin-inverted;
}
section,
footer {
Expand Down

0 comments on commit adb2c51

Please sign in to comment.