mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 09:10:24 +00:00
12 lines
211 B
SCSS
12 lines
211 B
SCSS
// 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;
|
|
}
|
|
}
|