forked from AkkomaGang/akkoma-fe
Fix hover color of the follow notif checkmark icon
This commit is contained in:
parent
8c122cfaf7
commit
383a8b1907
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@
|
|||
|
||||
.follow-request-accept {
|
||||
&:hover {
|
||||
color: $fallback--text;
|
||||
color: var(--text, $fallback--text);
|
||||
color: $fallback--cGreen;
|
||||
color: var(--cGreen, $fallback--text);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue