| Current Path : /var/www/html/universidad.bristol.com.py/admin/tool/componentlibrary/hugo/scss/ |
| Current File : /var/www/html/universidad.bristol.com.py/admin/tool/componentlibrary/hugo/scss/_anchor.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;
}
}