Skip to content

Commit a53bbe0

Browse files
committed
Add primary color override for range containers with the Hot Pink theme
1 parent b311a09 commit a53bbe0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/renderer/themes.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ it can be safely elided. This looks quite pleasant on this theme. */
7373
text-decoration: underline;
7474
}
7575

76+
.hotPink .shaka-range-container {
77+
--primary-color: #fff;
78+
}
79+
7680

7781
/*************** DARK THEME ADJUSTMENTS ***************/
7882

0 commit comments

Comments
 (0)