aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-11-07 10:07:13 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-11-07 10:07:13 -0800
commit3a8bcb174ab536b778191f5c20f7bd5b5415acca (patch)
tree03dedef552110de220112c0d0fee87621ce70af8 /css
parent5eff8902ff23d83c77e0d0b6f443b42fe701041d (diff)
parent0069e3ad14fda52c6ad2413c31131fd9e50800c3 (diff)
downloadfreenode-live-2017-presentation-3a8bcb174ab536b778191f5c20f7bd5b5415acca.tar
freenode-live-2017-presentation-3a8bcb174ab536b778191f5c20f7bd5b5415acca.tar.gz
Merge pull request #691 from fghaas/section-fontweight
CSS: Don't override font-weight for section
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 7b9910c..be308f2 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -530,7 +530,7 @@ body {
z-index: 10;
line-height: 1.2em;
- font-weight: normal;
+ font-weight: inherit;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;