Merge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js into dev
This commit is contained in:
commit
09d7589e3e
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -33,7 +33,7 @@ body {
|
|||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: 0 0 20px 0;
|
||||
margin: $headingMargin;
|
||||
color: $headingColor;
|
||||
|
||||
font-family: $headingFont;
|
||||
|
|
Loading…
Reference in a new issue