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

10 lines
140 B
SCSS
Raw Normal View History

2014-08-20 15:59:11 +09:00
a{
text-decoration: none;
&, &:link, &:visited, &:active{
color: $text;
font-weight: bold;
}
&:hover{
color: $red;
}
}