mdb-ui-kit/assets/scss/_anchor.scss

13 lines
211 B
SCSS
Raw Normal View History

2017-08-11 17:59:31 +03:00
// scss-lint:disable ImportantRule
.anchorjs-link {
font-weight: normal;
color: rgba($link-color, .5);
transition: color .16s linear;
&:hover {
color: $link-color;
text-decoration: none;
}
}