mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 16:50:23 +00:00
10 lines
186 B
SCSS
10 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;
|
|
}
|
|
}
|