summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorWu Cheng-Han2016-07-30 20:19:20 +0800
committerWu Cheng-Han2016-07-30 20:19:20 +0800
commiteab984defff23e2bcf5edfd930714243653eafe2 (patch)
tree095e5a5b6f7fdd467a794fd5d29913b7047a8fcd /public/css
parent1490eafdd26a576dcc3832d1811802c0162dfe84 (diff)
Workaround slides, overview been cutoff and text became blurry in Firefox 47+
Diffstat (limited to 'public/css')
-rw-r--r--public/css/slide.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/slide.css b/public/css/slide.css
index dde26539..195981b3 100644
--- a/public/css/slide.css
+++ b/public/css/slide.css
@@ -243,4 +243,13 @@ pre.mermaid > svg {
border: none !important;
box-shadow: none !important;
margin-bottom: -.25em !important;
+}
+
+.reveal .slides, .reveal .backgrounds, .reveal.overview {
+ transform-style: preserve-3d;
+}
+
+.reveal .slides > section,
+.reveal .slides > section > section {
+ transform-style: flat;
} \ No newline at end of file