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

29 lines
297 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
.excerpt.post-excerpt, .entry-title {
a {
text-decoration: none;
}
}