0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 08:00:26 +03:00

Decor link

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-04-24 15:30:31 +04:00
parent f88e612da5
commit 6ff3c17225

View File

@ -0,0 +1,9 @@
a {
color: $color-primary;
text-decoration: none;
&:focus,
&:hover {
color: $color-secondary;
}
}