1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-22 15:12:19 +02:00

fix: remove underline in hover and set color

This commit is contained in:
Pedro-Souza 2019-03-30 22:47:07 -03:00
parent b7b978b8c3
commit 4542e0dd02

View File

@ -14,6 +14,8 @@
&:hover,
&:focus {
color: inherit;
text-decoration: none;
background-color: $hover-background;
&::after {