summaryrefslogtreecommitdiffhomepage
path: root/css/theme/template
diff options
context:
space:
mode:
authorHakim El Hattab2013-08-20 20:14:22 -0700
committerHakim El Hattab2013-08-20 20:14:22 -0700
commit4164200474e2af27803dc7683054f5443743c8a9 (patch)
tree40dbf6bcb8ef828c060cd39adff0589e6d7822c9 /css/theme/template
parentcb26ff62112df74beb6ade2b4d3721d965f09c5d (diff)
parent2da7c3eacfcd7cc59d9cdee97087b0e2feca625e (diff)
Merge pull request #567 from hakimel/dev
2.5.0
Diffstat (limited to 'css/theme/template')
-rw-r--r--css/theme/template/settings.scss1
-rw-r--r--css/theme/template/theme.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss
index 7e9ffd8..739a609 100644
--- a/css/theme/template/settings.scss
+++ b/css/theme/template/settings.scss
@@ -10,6 +10,7 @@ $mainFontSize: 36px;
$mainColor: #eee;
// Headings
+$headingMargin: 0 0 20px 0;
$headingFont: 'League Gothic', Impact, sans-serif;
$headingColor: #eee;
$headingLineHeight: 0.9em;
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index 96148e3..735b765 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -33,7 +33,7 @@ body {
.reveal h4,
.reveal h5,
.reveal h6 {
- margin: 0 0 20px 0;
+ margin: $headingMargin;
color: $headingColor;
font-family: $headingFont;