a dans h2/h3

This commit is contained in:
chankalan 2020-12-08 23:00:22 +01:00
parent 47e56a117b
commit d4c93fa7e8

View File

@ -51,6 +51,9 @@ a {
} }
} }
} }
h2 &:hover, h2 &:focus, h3 &:hover, h3 &:focus {
text-decoration:none;
}
} }