summaryrefslogtreecommitdiffhomepage
path: root/css/theme/black.css
diff options
context:
space:
mode:
authorHakim El Hattab2014-12-10 18:18:57 +0100
committerHakim El Hattab2014-12-10 18:19:04 +0100
commit05403bcf16e44863e97af776cc566e75f570eef7 (patch)
tree3f7688e1cf48f78e334aaa1cbc5f5e66a6f94c17 /css/theme/black.css
parentad9e93eae5850b7cd8513b4040e0b1b144a2f275 (diff)
first revision of new default theme #1018
Diffstat (limited to 'css/theme/black.css')
-rw-r--r--css/theme/black.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/css/theme/black.css b/css/theme/black.css
index 6c16a37..21d17b9 100644
--- a/css/theme/black.css
+++ b/css/theme/black.css
@@ -5,12 +5,15 @@
*
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
*/
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
+ color: #222; }
+
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
- background: #111;
- background-color: #111; }
+ background: #222;
+ background-color: #222; }
.reveal {
font-family: 'Open Sans', Helvetica, sans-serif;
@@ -41,13 +44,13 @@ body {
word-wrap: break-word; }
.reveal h1 {
- font-size: 2.8em; }
+ font-size: 2.5em; }
.reveal h2 {
- font-size: 1.8em; }
+ font-size: 1.6em; }
.reveal h3 {
- font-size: 1.5em; }
+ font-size: 1.3em; }
.reveal h4 {
font-size: 1em; }