diff options
author | Hakim El Hattab | 2014-05-26 11:25:47 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-05-26 11:25:47 +0200 |
commit | f4ead96b1ff980db6bce104abaa202bdd1d3663c (patch) | |
tree | 30f8f5d1e17eb52a129ee2feff0e2a34d1104e12 /css/theme/moon.css | |
parent | 09bddce42700b1dd4a1e102209de1873b8eee1ae (diff) |
move paragraph styles to theme
Diffstat (limited to 'css/theme/moon.css')
-rw-r--r-- | css/theme/moon.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/css/theme/moon.css b/css/theme/moon.css index 0525420..01d410c 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -1,15 +1,14 @@ -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Solarized Dark theme for reveal.js. * Author: Achim Staebler */ +@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); @font-face { font-family: 'League Gothic'; src: url("../../lib/font/league_gothic-webfont.eot"); src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); font-weight: normal; font-style: normal; } - /** * Solarized colors by Ethan Schoonover */ @@ -57,6 +56,13 @@ body { text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } /********************************************* + * OTHER + *********************************************/ +.reveal p { + margin-bottom: 10px; + line-height: 1.3; } + +/********************************************* * LINKS *********************************************/ .reveal a { |