Merge pull request #13 from briandant/gh-pages

Removes text shadow on <p> tags.
This commit is contained in:
Daniel Kummer 2013-10-06 02:17:24 -07:00
commit e653a014e3

View File

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