Skip to content

Commit

Permalink
Add primary color override for range containers with the Hot Pink theme
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Oct 31, 2024
1 parent b311a09 commit a53bbe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ it can be safely elided. This looks quite pleasant on this theme. */
text-decoration: underline;
}

.hotPink .shaka-range-container {
--primary-color: #fff;
}


/*************** DARK THEME ADJUSTMENTS ***************/

Expand Down

0 comments on commit a53bbe0

Please sign in to comment.