Commit faecabd5 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

adjusted shadow on headers

No related merge requests found
Showing with 10 additions and 3 deletions
+10 -3
...@@ -55,12 +55,17 @@ html, body { ...@@ -55,12 +55,17 @@ html, body {
*********************************************/ *********************************************/
h1, h2, h3, h4 { h1, h2, h3, h4 {
margin: 0 0 20px 0; margin: 0 0 20px 0;
color: #222;
font-family: 'League Gothic', Arial, Helvetica, sans-serif; font-family: 'League Gothic', Arial, Helvetica, sans-serif;
line-height: 0.9em; line-height: 0.9em;
letter-spacing: 0.02em; letter-spacing: 0.02em;
text-transform: uppercase; 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; } h1 { font-size: 136px; }
...@@ -73,7 +78,8 @@ h2.inverted, ...@@ -73,7 +78,8 @@ h2.inverted,
h3.inverted, h3.inverted,
h4.inverted { h4.inverted {
color: #fff; color: #fff;
text-shadow: 0px 0px 2px #fff, 0px 0px 2px #888; text-shadow: 0px 0px 1px #fff,
0px 0px 1px #888;
} }
...@@ -183,6 +189,7 @@ a:not(.image) { ...@@ -183,6 +189,7 @@ a:not(.image) {
background: #2fa794; background: #2fa794;
text-shadow: none; text-shadow: none;
border: none; border: none;
border-radius: 2px;
} }
img { img {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment