feat: add hover background color feedback to contributor persons

This commit is contained in:
oSumAtrIX 2023-06-21 03:27:38 +02:00
parent 6b7fb1d5c0
commit ea2ee26aa3
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -26,6 +26,7 @@
}
a:hover {
background: var(--grey-one);
text-decoration: underline var(--accent-color);
color: var(--white);
}