mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 21:57:12 +03:00
13 lines
211 B
SCSS
Executable File
13 lines
211 B
SCSS
Executable File
// 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;
|
|
}
|
|
}
|