Decor link

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

View File

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