2015-04-17 05:33:32 +08:00
|
|
|
.anchorjs-link {
|
|
|
|
color: inherit;
|
2015-01-22 11:20:16 +08:00
|
|
|
}
|
2015-04-17 05:33:32 +08:00
|
|
|
|
2015-06-19 14:56:43 +08:00
|
|
|
@media (max-width: 480px) {
|
2015-04-17 05:33:32 +08:00
|
|
|
.anchorjs-link {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-10-29 05:50:22 +08:00
|
|
|
}
|
2015-06-19 14:56:43 +08:00
|
|
|
|
|
|
|
*:hover > .anchorjs-link {
|
|
|
|
opacity: .75;
|
2016-01-04 10:10:22 +08:00
|
|
|
transition: color .16s linear;
|
2015-06-19 14:56:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
*:hover > .anchorjs-link:hover,
|
|
|
|
.anchorjs-link:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|