kollapsminoriteten/wp-content/themes/hitmag/sass/navigation/_links.scss

21 lines
265 B
SCSS
Raw Normal View History

2023-09-26 10:24:36 +02:00
a {
color: $color__link;
text-decoration: none;
&:visited {
color: $color__link-visited;
}
&:hover,
&:focus,
&:active {
color: $color__link-hover;
text-decoration: none;
}
&:focus {
outline: thin dotted;
}
&:hover,
&:active {
outline: 0;
}
}