From 93a1a392a107d07accc1c89a4b82eb3c9ab9ff55 Mon Sep 17 00:00:00 2001 From: Divjot Singh Date: Thu, 17 Sep 2015 22:51:36 +0530 Subject: [PATCH] add proper color for a:hover code --- layouts/css/base.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/css/base.styl b/layouts/css/base.styl index 4479a6f106fff..b4caeacbb7d11 100644 --- a/layouts/css/base.styl +++ b/layouts/css/base.styl @@ -30,6 +30,8 @@ a:active a:hover color #fff background-color $node-green + code + color #CC2828 a.imagelink:hover background-color transparent