Skip to content

Commit

Permalink
dark mode improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Mar 16, 2023
1 parent 011df52 commit 46ee74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/layout/_dark.scss
Expand Up @@ -42,6 +42,7 @@ body:not(.theme-dark) .hide-theme-light {
--#{$prefix}#{$color}-lt-rgb: #{to-rgb(theme-color-lighter($value, $dark))};
}

color-scheme: dark;
color: $dark-mode-text;
background-color: $dark-mode-darken;
}
Expand Down

0 comments on commit 46ee74b

Please sign in to comment.