oficinasuport-wp-theme/sass/base/elements/_links.scss

37 lines
354 B
SCSS
Raw Normal View History

a {
color: $color__link;
&:visited {
color: $color__link-visited;
}
&:hover,
&:focus,
&:active {
color: $color__link-hover;
}
&:focus {
outline: thin dotted;
}
&:hover,
&:active {
outline: 0;
}
}
2022-12-28 21:54:52 +01:00
a {
&.button {
text-decoration: none;
}
}
.button,
.excerpt,
.post-excerpt,
.entry-title {
2022-12-28 21:54:52 +01:00
a {
text-decoration: none;
}
}