commit | 41bf7d367db346f69699f933d7a6669fef71ade3 | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Thu Dec 05 16:33:55 2013 -0500 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Wed Dec 11 12:31:25 2013 -0500 |
tree | 7e3f91935d0b556dc1b70e92a8335b7ad03feb4c | |
parent | 53842f5e272817d106f747296e83d96a734c6069 [diff] [blame] |
Add hover effect to all links except ones with 'nohover' class
diff --git a/static/css/style.less b/static/css/style.less index 775b392..4d60c18 100644 --- a/static/css/style.less +++ b/static/css/style.less
@@ -24,6 +24,12 @@ text-decoration: none; } +a[href]:not(.nohover) { + &:hover{ + color: @accent; + } +} + hr { color: @light-grey; background-color: @light-grey;