From 01cd44223bbac09ff154b18da49d00aff9bc7559 Mon Sep 17 00:00:00 2001 From: Matthew Hague <matthew.hague@rhul.ac.uk> Date: Wed, 25 Nov 2020 13:50:35 +0000 Subject: [PATCH] Add invisible_future --- templates/impress.cs/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/impress.cs/css/style.css b/templates/impress.cs/css/style.css index 8f37cbc..4c3ce85 100644 --- a/templates/impress.cs/css/style.css +++ b/templates/impress.cs/css/style.css @@ -162,6 +162,10 @@ table { opacity: .1; } +.step.invisible_future.future { + opacity: 0; +} + /* opacity issues for slide_steps */ -- GitLab