master
Hakim El Hattab 2013-07-22 08:47:54 -04:00
commit 09d7589e3e
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ $mainFontSize: 36px;
$mainColor: #eee; $mainColor: #eee;
// Headings // Headings
$headingMargin: 0 0 20px 0;
$headingFont: 'League Gothic', Impact, sans-serif; $headingFont: 'League Gothic', Impact, sans-serif;
$headingColor: #eee; $headingColor: #eee;
$headingLineHeight: 0.9em; $headingLineHeight: 0.9em;

View File

@ -33,7 +33,7 @@ body {
.reveal h4, .reveal h4,
.reveal h5, .reveal h5,
.reveal h6 { .reveal h6 {
margin: 0 0 20px 0; margin: $headingMargin;
color: $headingColor; color: $headingColor;
font-family: $headingFont; font-family: $headingFont;