Skip to content

Commit

Permalink
fix card tabs in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 20, 2022
1 parent 1a3c208 commit 0df6132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/layout/_dark.scss
Expand Up @@ -28,6 +28,7 @@ body:not(.theme-dark) .hide-theme-light {
--#{$prefix}link-hover-color: #{$primary};

--#{$prefix}active-bg: #{$dark-mode-lighten};
--#{$prefix}disabled-color: var(--#{$prefix}gray-700);

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

0 comments on commit 0df6132

Please sign in to comment.