From 6da8034a21fd91ae06ffae82781564d17c8b5e24 Mon Sep 17 00:00:00 2001 From: Divjot Singh Date: Fri, 18 Sep 2015 01:54:26 +0530 Subject: [PATCH] Add proper color for a:hover code --- layouts/css/base.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/css/base.styl b/layouts/css/base.styl index 4479a6f106fff..fbfc4aa692d06 100644 --- a/layouts/css/base.styl +++ b/layouts/css/base.styl @@ -31,6 +31,10 @@ a:hover color #fff background-color $node-green +a:hover + code + color #CC2828 + a.imagelink:hover background-color transparent