From 0d35b4fa012dce6442abf06e693160037f80fbf7 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 19 Jan 2012 14:16:26 +0100 Subject: [PATCH] Add a text-shadow in the nav bar --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 93796171..a48c4298 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -144,15 +144,17 @@ nav li { } nav li a { -color: #83dd00; + color: #83dd00; display: block; margin: auto; line-height:82px; text-align:center; + text-shadow: 0 0 3px black; } nav li a:hover, nav li a:focus{ color: #83dd00; + text-shadow: none; } nav li a[href] {