aboutsummaryrefslogtreecommitdiff
path: root/css/theme/template
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-06-11 12:48:19 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-06-11 12:48:19 +0200
commit06e76c1be3f17ab2663b1f3587e8418f9d524098 (patch)
tree8e15445f532ec4f458b70ee1e5da84dc70586aa3 /css/theme/template
parent38301d57c547a349e2cc790996c1213720aed9d4 (diff)
downloadfreenode-live-2017-presentation-06e76c1be3f17ab2663b1f3587e8418f9d524098.tar
freenode-live-2017-presentation-06e76c1be3f17ab2663b1f3587e8418f9d524098.tar.gz
shift a few additional styles from core to theme
Diffstat (limited to 'css/theme/template')
-rw-r--r--css/theme/template/theme.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index f1ba266..17cf688 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -23,6 +23,12 @@ body {
text-shadow: none;
}
+.reveal .slides>section,
+.reveal .slides>section>section {
+ line-height: 1.2em;
+ font-weight: inherit;
+}
+
/*********************************************
* HEADERS
*********************************************/
@@ -42,8 +48,15 @@ body {
text-transform: $headingTextTransform;
text-shadow: $headingTextShadow;
+
+ 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: $heading1TextShadow;
}