From 5c07767178533711f1d76ca6b19129a8da67fb9f Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Mon, 24 Mar 2014 19:10:54 +0530 Subject: [PATCH] a tag color fix --- mouchak/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 201ddea..d5fafe9 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -76,7 +76,7 @@ hr { margin-top: 30px; } - a { +a, a:hover, a:active{ color:#262525; } /*.navbar-default { -- 1.7.10.4