text-shadow fine-tuning

This commit is contained in:
MarcThibeault 2014-10-28 18:35:58 -04:00
parent 5c7218acf4
commit 9bb7a702a6

View File

@ -318,5 +318,5 @@ h4 { font-size: 1.2em; }
* {
font-family: 'Open Sans', sans-serif;
text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}