mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 16:40:26 +03:00
10 lines
113 B
SCSS
10 lines
113 B
SCSS
|
a {
|
||
|
color: $color-primary;
|
||
|
text-decoration: none;
|
||
|
|
||
|
&:focus,
|
||
|
&:hover {
|
||
|
color: $color-secondary;
|
||
|
}
|
||
|
}
|