|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
.anchorjs-link {
|
|
|
2 |
font-weight: 400;
|
|
|
3 |
color: rgba($link-color, .5);
|
|
|
4 |
@include transition(color .15s ease-in-out);
|
|
|
5 |
|
|
|
6 |
&:hover {
|
|
|
7 |
color: $link-color;
|
|
|
8 |
text-decoration: none;
|
|
|
9 |
}
|
|
|
10 |
}
|