blob: ec33901d6cb950e2f8b3aa041bc6bf05a86a8cb4 [file] [log] [blame]
Akron792f58b2015-07-08 18:59:36 +02001// Make cursor helper
2body.helper, body.helper a {
3 cursor: help !important;
4}
5
6// Make hover links visible
7body.helper *[data-helper]:hover {
8 text-shadow: 0 0 5px $dark-orange !important;
9}