Fix hover color of the follow notif checkmark icon

This commit is contained in:
lewdum 2023-08-02 17:13:31 -03:00
parent 8c122cfaf7
commit 383a8b1907
No known key found for this signature in database
GPG key ID: 9523605540EA21DB

View file

@ -65,8 +65,8 @@
.follow-request-accept {
&:hover {
color: $fallback--text;
color: var(--text, $fallback--text);
color: $fallback--cGreen;
color: var(--cGreen, $fallback--text);
}
}