aboutsummaryrefslogtreecommitdiff
path: root/css/theme/moon.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/moon.css')
-rw-r--r--css/theme/moon.css10
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 {