mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Update Quest-Completer CSS (#227)
This commit is contained in:
parent
026d8d50aa
commit
3c3712ce73
1 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
.vc-quest-completer-icon:hover{
|
||||
filter: brightness(10);
|
||||
.vc-quest-completer-icon{
|
||||
bottom: -4px;
|
||||
padding: 0;
|
||||
width: var(--space-32);
|
||||
min-width: 0;
|
||||
height: var(--space-32);
|
||||
color: var(--interactive-normal) !important;
|
||||
|
||||
&:hover{
|
||||
filter: brightness(2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue