summaryrefslogtreecommitdiffhomepage
path: root/css/theme/template/settings.scss
diff options
context:
space:
mode:
authorHakim El Hattab2014-09-28 12:14:48 +0200
committerHakim El Hattab2014-09-28 12:14:48 +0200
commitbd176411ef7fa4b584af5deef538ab8f63f43746 (patch)
tree504120ad8d01bfce756ae8f7c5076dd7331d992a /css/theme/template/settings.scss
parent9ef0060024a428e2bbfa237f2632e2defe4a5ec3 (diff)
style tweaks for all themes; larger line heights, no default adjustmetn to letter-spacing
Diffstat (limited to 'css/theme/template/settings.scss')
-rw-r--r--css/theme/template/settings.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss
index 1b4fe9b..88f7d75 100644
--- a/css/theme/template/settings.scss
+++ b/css/theme/template/settings.scss
@@ -13,12 +13,17 @@ $mainColor: #eee;
$headingMargin: 0 0 20px 0;
$headingFont: 'League Gothic', Impact, sans-serif;
$headingColor: #eee;
-$headingLineHeight: 1em;
-$headingLetterSpacing: 0.02em;
+$headingLineHeight: 1.2;
+$headingLetterSpacing: normal;
$headingTextTransform: uppercase;
-$headingTextShadow: 0px 0px 6px rgba(0,0,0,0.2);
+$headingTextShadow: none;
$heading1TextShadow: $headingTextShadow;
+$heading1Size: 3.77em;
+$heading2Size: 2.11em;
+$heading3Size: 1.55em;
+$heading4Size: 1.00em;
+
// Links and actions
$linkColor: #13DAEC;
$linkColorHover: lighten( $linkColor, 20% );