Update Quest-Completer CSS (#227)

This commit is contained in:
Indiana Jone (Indi) 2025-04-10 21:47:02 -04:00 committed by GitHub
parent 026d8d50aa
commit 3c3712ce73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}
}