2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00
Files
bootstrap/site/assets/scss/_anchor.scss
T

11 lines
186 B
SCSS

.anchorjs-link {
font-weight: 400;
color: rgba($link-color, .5);
@include transition(color .15s ease-in-out);
&:hover {
color: $link-color;
text-decoration: none;
}
}