Skip to content

Commit

Permalink
Fix mention hover colour #37
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Dec 7, 2023
1 parent 584a9aa commit 32c3fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/part/_css-vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
--background-accent: #{$accent-color};
--background-floating: #{$background-color};
--background-mentioned: #{hsla.default($accent-hue, 0.2)};
--background-mentioned-hover: #{hsla.default($accent-hue, 0.1)};
--background-modifier-hover: #{hsla.default($accent-hue, 0.2)};
--background-modifier-active: #{hsla.default($accent-hue, 0.7)};
--background-modifier-selected: #{hsla.default($accent-hue, 0.3)};
Expand Down

0 comments on commit 32c3fe4

Please sign in to comment.