aboutsummaryrefslogtreecommitdiff
path: root/css/theme
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-02-25 12:32:23 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-02-25 12:32:31 +0100
commit1aadc53eacaa0a474131657c663842768ed5b982 (patch)
tree7573c0403c3042a346ab9a168de7a2064a94fb90 /css/theme
parentecce48d1c089df8b7ac601e7990b3b3c965e97dd (diff)
downloadfreenode-live-2017-presentation-1aadc53eacaa0a474131657c663842768ed5b982.tar
freenode-live-2017-presentation-1aadc53eacaa0a474131657c663842768ed5b982.tar.gz
don't reduce line height for all headings in base theme (#753)
Diffstat (limited to 'css/theme')
-rw-r--r--css/theme/beige.css2
-rw-r--r--css/theme/blood.css2
-rw-r--r--css/theme/default.css2
-rw-r--r--css/theme/moon.css2
-rw-r--r--css/theme/night.css2
-rw-r--r--css/theme/serif.css2
-rw-r--r--css/theme/simple.css2
-rw-r--r--css/theme/sky.css2
-rw-r--r--css/theme/solarized.css2
-rw-r--r--css/theme/template/settings.scss2
10 files changed, 10 insertions, 10 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index cc2d3a3..0c31929 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #333333;
font-family: "League Gothic", Impact, sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }
diff --git a/css/theme/blood.css b/css/theme/blood.css
index 458f030..32a768a 100644
--- a/css/theme/blood.css
+++ b/css/theme/blood.css
@@ -47,7 +47,7 @@ body {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: Ubuntu, "sans-serif";
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: 2px 2px 2px #222222; }
diff --git a/css/theme/default.css b/css/theme/default.css
index ce811d9..da34170 100644
--- a/css/theme/default.css
+++ b/css/theme/default.css
@@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: "League Gothic", Impact, sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
diff --git a/css/theme/moon.css b/css/theme/moon.css
index 0cc0c10..0525420 100644
--- a/css/theme/moon.css
+++ b/css/theme/moon.css
@@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #eee8d5;
font-family: "League Gothic", Impact, sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }
diff --git a/css/theme/night.css b/css/theme/night.css
index 3984c14..25711db 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -36,7 +36,7 @@ body {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: "Montserrat", Impact, sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: -0.03em;
text-transform: none;
text-shadow: none; }
diff --git a/css/theme/serif.css b/css/theme/serif.css
index aee274e..93ee54f 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -38,7 +38,7 @@ body {
margin: 0 0 20px 0;
color: #383d3d;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: none;
text-shadow: none; }
diff --git a/css/theme/simple.css b/css/theme/simple.css
index 5568f8e..0237f24 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -38,7 +38,7 @@ body {
margin: 0 0 20px 0;
color: black;
font-family: "News Cycle", Impact, sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: none;
text-shadow: none; }
diff --git a/css/theme/sky.css b/css/theme/sky.css
index 841cf09..a4f1d2a 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -45,7 +45,7 @@ body {
margin: 0 0 20px 0;
color: #333333;
font-family: "Quicksand", sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: -0.08em;
text-transform: uppercase;
text-shadow: none; }
diff --git a/css/theme/solarized.css b/css/theme/solarized.css
index 192a91e..b632062 100644
--- a/css/theme/solarized.css
+++ b/css/theme/solarized.css
@@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #586e75;
font-family: "League Gothic", Impact, sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }
diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss
index 739a609..1b4fe9b 100644
--- a/css/theme/template/settings.scss
+++ b/css/theme/template/settings.scss
@@ -13,7 +13,7 @@ $mainColor: #eee;
$headingMargin: 0 0 20px 0;
$headingFont: 'League Gothic', Impact, sans-serif;
$headingColor: #eee;
-$headingLineHeight: 0.9em;
+$headingLineHeight: 1em;
$headingLetterSpacing: 0.02em;
$headingTextTransform: uppercase;
$headingTextShadow: 0px 0px 6px rgba(0,0,0,0.2);