0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 16:40:26 +03:00
Files
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;
}
}