Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 1 | @import "../util" |
2 | |||||
Akron | 792f58b | 2015-07-08 18:59:36 +0200 | [diff] [blame] | 3 | // Make cursor helper |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 4 | body.helper, |
5 | body.helper a { | ||||
Akron | 792f58b | 2015-07-08 18:59:36 +0200 | [diff] [blame] | 6 | cursor: help !important; |
7 | } | ||||
8 | |||||
9 | // Make hover links visible | ||||
10 | body.helper *[data-helper]:hover { | ||||
11 | text-shadow: 0 0 5px $dark-orange !important; | ||||
12 | } |