Skip to content

Commit

Permalink
different default link color for dark mode #1305
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 18, 2022
1 parent 2eab5e9 commit 30374da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scss/layout/_dark.scss
Expand Up @@ -24,6 +24,9 @@ body:not(.theme-dark) .hide-theme-light {
--#{$prefix}bg-surface-dark: #{$dark-mode-darken};
--#{$prefix}bg-surface-secondary: #{$dark-mode-darken};

--#{$prefix}link-color: #{lighten($primary, 8%)};
--#{$prefix}link-hover-color: #{$primary};

--#{$prefix}active-bg: #{$dark-mode-lighten};

--#{$prefix}card-bg: #{$dark-mode-darken};
Expand Down

0 comments on commit 30374da

Please sign in to comment.