Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add proper color for a:hover code
  • Loading branch information
bogas04 committed Sep 17, 2015
commit 93a1a392a107d07accc1c89a4b82eb3c9ab9ff55
2 changes: 2 additions & 0 deletions layouts/css/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ a:active
a:hover
color #fff
background-color $node-green
code
color #CC2828

a.imagelink:hover
background-color transparent
Expand Down