diff --git a/resources/default.css b/resources/default.css index 3f92f19..6694488 100644 --- a/resources/default.css +++ b/resources/default.css @@ -17,6 +17,9 @@ body { width: auto; height: 540px; padding: 30px; + font-weight: 200; + font-size: 32px; + line-height: 44px; } #controls { @@ -55,7 +58,7 @@ body { .slide h1 { font-size: 100px; text-align: center; - margin-top: 150px; + margin-top: 200px; margin-bottom: 30px; } @@ -72,13 +75,6 @@ body { padding-bottom: 15px; } -.slide .content { - padding-top: 20px; - font-weight: 200; - font-size: 32px; - line-height: 44px; -} - .slide ul { padding: 20px 0 0 60px; font-weight: 200; @@ -90,7 +86,7 @@ body { font-size: 55px; font-weight: 200; text-align: center; - margin-top: 135px; + margin-top: 185px; margin-bottom: 30px; } @@ -114,10 +110,10 @@ code { background-color: #ccc; } -pre { - padding: 10px; - font-size: 20px; - line-height: 28px; +pre > code { + background-color: inherit; + font-size: 60%; + line-height: 1.3; } .hidden { diff --git a/templates/layout.mustache b/templates/layout.mustache index 81ea126..bb10495 100644 --- a/templates/layout.mustache +++ b/templates/layout.mustache @@ -9,9 +9,7 @@