Skip to content

Commit e653a01

Browse files
committed
Merge pull request danielkummer#13 from briandant/gh-pages
Removes text shadow on <p> tags.
2 parents 77c9018 + 044fbfe commit e653a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ h3 {
5959

6060
p {
6161
margin: 20px auto;
62-
text-shadow: 0 2px 1px #fff;
62+
text-shadow: none;
6363
color: #222438;
6464
}
6565

0 commit comments

Comments
 (0)