diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-07-22 08:47:54 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-07-22 08:47:54 -0400 |
commit | 09d7589e3e6421cc05f4c585536e2481ca1e5a39 (patch) | |
tree | 223f026569db68e594ce1d1850dc6fee140e0230 | |
parent | e8d257ec772a3ff7fafb6d38cc278a413094605f (diff) | |
parent | 9b2f62496c85ff91c46e8ae676b40c50884fa8a9 (diff) | |
download | perl-software-in-gnu-guix-09d7589e3e6421cc05f4c585536e2481ca1e5a39.tar perl-software-in-gnu-guix-09d7589e3e6421cc05f4c585536e2481ca1e5a39.tar.gz |
Merge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js into dev
-rw-r--r-- | css/theme/template/settings.scss | 1 | ||||
-rw-r--r-- | css/theme/template/theme.scss | 2 |
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; |