Vulcan/packages/telescope-theme-base/lib/client/scss/global/_links.scss

10 lines
140 B
SCSS
Raw Normal View History

a{
text-decoration: none;
&, &:link, &:visited, &:active{
color: $text;
font-weight: bold;
}
&:hover{
color: $red;
}
}