A -> Nest Pseudoclass

This commit is contained in:
2018-05-05 21:14:10 +10:00
parent 3a27f7985b
commit 3b1d56a34b

View File

@ -11,9 +11,9 @@
a { a {
text-decoration: none; text-decoration: none;
color: $s-color--link; color: $s-color--link;
}
a:hover { &:hover {
text-decoration: underline; text-decoration: underline;
color: $s-color--link-hover; color: $s-color--link-hover;
}
} }