From 044fbfecf1548e8114372be6a86704c490165f37 Mon Sep 17 00:00:00 2001 From: Brian Dant Date: Sat, 5 Oct 2013 15:05:31 -0400 Subject: [PATCH] Removes text shadow The text shadow on the

tags is distracting IMHO. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a03c33b..423011c 100644 --- a/css/style.css +++ b/css/style.css @@ -59,7 +59,7 @@ h3 { p { margin: 20px auto; - text-shadow: 0 2px 1px #fff; + text-shadow: none; color: #222438; }