Skip to content

Commit

Permalink
adjusted shadow on headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jun 23, 2011
1 parent 599fed7 commit faecabd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,17 @@ html, body {
*********************************************/
h1, h2, h3, h4 {
margin: 0 0 20px 0;

color: #222;

font-family: 'League Gothic', Arial, Helvetica, sans-serif;
line-height: 0.9em;
letter-spacing: 0.02em;

text-transform: uppercase;
color: #222;
text-shadow: 0px 0px 2px #fff, 0px 0px 4px #bbb;

text-shadow: 0px 1px 0px #eee,
0px 0px 4px #bbb;
}

h1 { font-size: 136px; }
Expand All @@ -73,7 +78,8 @@ h2.inverted,
h3.inverted,
h4.inverted {
color: #fff;
text-shadow: 0px 0px 2px #fff, 0px 0px 2px #888;
text-shadow: 0px 0px 1px #fff,
0px 0px 1px #888;
}


Expand Down Expand Up @@ -183,6 +189,7 @@ a:not(.image) {
background: #2fa794;
text-shadow: none;
border: none;
border-radius: 2px;
}

img {
Expand Down

0 comments on commit faecabd

Please sign in to comment.