From 41ec804fb65b59a74c66b784ca45b7c5710a0f8b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 26 Dec 2013 21:54:48 -0500 Subject: [PATCH] Darkened default menu text color Higher contrast not only looks better but is less rude for colorblind or people with poor vision. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a20d1d0..0a2c7dc 100644 --- a/style.css +++ b/style.css @@ -123,7 +123,7 @@ a:hover { display: inline-block; padding: 0.25em 1.25em; - color: #041c40; + color: #101010; text-decoration: none; font-weight: bold; }