popov.link/_scss/components/theme/_link.scss
Valentin Popov 6ff3c17225
Decor link
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-04-24 15:30:31 +04:00

10 lines
113 B
SCSS

a {
color: $color-primary;
text-decoration: none;
&:focus,
&:hover {
color: $color-secondary;
}
}