mdb-ui-kit/assets/scss/_anchor.scss
FezVrasta 750ba9b897 The big leap 🚀💨
2017-08-11 16:59:31 +02:00

13 lines
211 B
SCSS
Executable File

// 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;
}
}