mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 15:48:52 -05:00
I might be dumb
This commit is contained in:
parent
b6cb11578c
commit
44d31e69a8
1 changed files with 10 additions and 0 deletions
10
src/equicordplugins/mediaPlaybackSpeed/styles.css
Normal file
10
src/equicordplugins/mediaPlaybackSpeed/styles.css
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
.vc-media-playback-speed-icon {
|
||||||
|
background-color: transparent;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 2;
|
||||||
|
color: var(--interactive-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-media-playback-speed-icon:hover {
|
||||||
|
color: var(--interactive-active);
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue