aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2011-06-23 09:04:48 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2011-06-23 09:04:48 +0200
commitfaecabd568946dba80c9b9e3ede05cf66adf634a (patch)
treed35a124a57946d1d389bc0bf093740a0908351e1 /css
parent599fed785d1b8a015ca28e2b7f1859f392dcbade (diff)
downloadfreenode-live-2017-presentation-faecabd568946dba80c9b9e3ede05cf66adf634a.tar
freenode-live-2017-presentation-faecabd568946dba80c9b9e3ede05cf66adf634a.tar.gz
adjusted shadow on headers
Diffstat (limited to 'css')
-rw-r--r--css/main.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css
index 494cfc2..2dc3c1c 100644
--- a/css/main.css
+++ b/css/main.css
@@ -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; }
@@ -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;
}
@@ -183,6 +189,7 @@ a:not(.image) {
background: #2fa794;
text-shadow: none;
border: none;
+ border-radius: 2px;
}
img {