Skip to content

Commit

Permalink
fix: theme --color-primary-hover (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Sep 19, 2024
1 parent 15c3b83 commit 7eb75bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $lvl3: if($isDark, $base, $crust);

--color-primary: #{$accent};
--color-primary-contrast: #{$lvl1};
--color-primary-hover: #{ctx_lighten($accent, 5%)};

--color-primary-dark-1: #{ctx_lighten($accent, 3%)};
--color-primary-dark-2: #{ctx_lighten($accent, 6%)};
Expand Down

0 comments on commit 7eb75bf

Please sign in to comment.