We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c819bfc commit a1c57dfCopy full SHA for a1c57df
1 file changed
src/components/player/Slider/styles.css
@@ -37,6 +37,15 @@
37
background-position: center center;
38
}
39
40
+ @media (prefers-color-scheme: light) {
41
+ &::-webkit-slider-thumb {
42
+ background-image: url('/images/rocket-light.svg');
43
+ }
44
+ &::-moz-range-thumb {
45
46
47
48
+
49
&:hover {
50
&::-webkit-slider-thumb {
51
@apply opacity-100;
0 commit comments