From 265da13d1e54183a342e9deb19fab97fc4686162 Mon Sep 17 00:00:00 2001 From: Brian Dant Date: Sun, 6 Oct 2013 06:02:57 -0400 Subject: [PATCH] Removes text shadow on `ul` elements. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 423011c..ede2dc7 100644 --- a/css/style.css +++ b/css/style.css @@ -93,7 +93,7 @@ ul { margin-left: 0; padding-left: 1em; text-indent: -1em; - text-shadow: 0 2px 1px #fff; + text-shadow: none; line-height: 1.4; }