Removes text shadow

The text shadow on the <p> tags is distracting IMHO.
This commit is contained in:
Brian Dant 2013-10-05 15:05:31 -04:00
parent 77c9018c08
commit 044fbfecf1

View File

@ -59,7 +59,7 @@ h3 {
p {
margin: 20px auto;
text-shadow: 0 2px 1px #fff;
text-shadow: none;
color: #222438;
}