mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
12 lines
228 B
CSS
12 lines
228 B
CSS
.vc-dearrow-toggle-off svg {
|
|
filter: grayscale(1);
|
|
}
|
|
|
|
.vc-dearrow-toggle-on, .vc-dearrow-toggle-off {
|
|
all: unset;
|
|
display: inline;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 0.75rem;
|
|
right: 0.75rem;
|
|
}
|