Skip to content

Commit

Permalink
ui: add css for PunctuationStripSetting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Dec 18, 2023
1 parent 855c9ea commit 84ecfc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions termtyper/ui/css/themes/nord.sass
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ StripSetting
&.theme-nord
background: $black2

&.enabled
color: $frost_blue
text-style: bold

&:hover
color: $frost_cyan

Expand Down
4 changes: 4 additions & 0 deletions termtyper/ui/css/themes/nord.tcss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Ticker.theme-nord {
StripSetting.theme-nord {
background: #3b4252;
}
StripSetting.theme-nord.enabled {
color: #81a1c1;
text-style: bold;
}
StripSetting.theme-nord:hover {
color: #88c0d0;
}
Expand Down

0 comments on commit 84ecfc8

Please sign in to comment.