1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-20 04:51:21 +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, &:hover,
&:focus { &:focus {
color: inherit;
text-decoration: none;
background-color: $hover-background; background-color: $hover-background;
&::after { &::after {