aboutsummaryrefslogtreecommitdiff
path: root/css/theme/simple.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r--css/theme/simple.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/css/theme/simple.css b/css/theme/simple.css
index 8937171..528bac8 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -26,6 +26,11 @@ body {
background: rgba(0, 0, 0, 0.99);
text-shadow: none; }
+.reveal .slides > section,
+.reveal .slides > section > section {
+ line-height: 1.2em;
+ font-weight: inherit; }
+
/*********************************************
* HEADERS
*********************************************/
@@ -41,7 +46,20 @@ body {
line-height: 1em;
letter-spacing: 0.02em;
text-transform: none;
- text-shadow: none; }
+ text-shadow: none;
+ word-wrap: break-word; }
+
+.reveal h1 {
+ font-size: 3.77em; }
+
+.reveal h2 {
+ font-size: 2.11em; }
+
+.reveal h3 {
+ font-size: 1.55em; }
+
+.reveal h4 {
+ font-size: 1em; }
.reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }