diff options
Diffstat (limited to '')
-rw-r--r-- | public/css/slide.css | 9 |
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 |