mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-26 10:08:52 -05:00
* lint fix * the actual lint fix & readme removing unwanted text * Delete src/equicordplugins/statusPresets/README.md --------- Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
8 lines
165 B
CSS
8 lines
165 B
CSS
.vc-sp-disabled {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.vc-sp-item:hover {
|
|
background-color: var(--menu-item-default-hover-bg) !important;
|
|
color: var(--white) !important;
|
|
}
|