mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-08 15:46:50 +02:00
Merge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js into dev
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user