From 15094cff2c7aa2779e915fd9e3ceaf7d4f5a9aca Mon Sep 17 00:00:00 2001 From: BlockMen Date: Sun, 27 Apr 2014 23:11:52 +0200 Subject: [PATCH] Fix searchbox link color --- stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index f98f5e3..502ac36 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -3075,7 +3075,7 @@ a:active { color: #368AD2; } } #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover { - color: #A8D8FF; + color: #009DFF; } #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {