summaryrefslogtreecommitdiffhomepage
path: root/css/theme/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/night.css')
-rw-r--r--css/theme/night.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/css/theme/night.css b/css/theme/night.css
index 25711db..d94bec1 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -1,10 +1,10 @@
-@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
-@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
/**
* Black theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
+@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
/*********************************************
* GLOBAL STYLES
*********************************************/
@@ -45,6 +45,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 {