diff options
author | Hakim El Hattab | 2014-06-11 12:48:19 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-06-11 12:48:19 +0200 |
commit | 06e76c1be3f17ab2663b1f3587e8418f9d524098 (patch) | |
tree | 8e15445f532ec4f458b70ee1e5da84dc70586aa3 /css/theme/sky.css | |
parent | 38301d57c547a349e2cc790996c1213720aed9d4 (diff) |
shift a few additional styles from core to theme
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r-- | css/theme/sky.css | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css index ad35ecb..0601db4 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -33,6 +33,11 @@ body { background: #134674; text-shadow: none; } +.reveal .slides > section, +.reveal .slides > section > section { + line-height: 1.2em; + font-weight: inherit; } + /********************************************* * HEADERS *********************************************/ @@ -48,7 +53,20 @@ body { line-height: 1em; letter-spacing: -0.08em; text-transform: uppercase; - 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); } |