diff --git a/content/workshops/hxf/april-2023/zine.css b/content/workshops/hxf/april-2023/zine.css index 3f37697..c149f1d 100644 --- a/content/workshops/hxf/april-2023/zine.css +++ b/content/workshops/hxf/april-2023/zine.css @@ -248,6 +248,15 @@ body.impress-mouse-timeout { background-position: center; } +#Overview p { + opacity: 0; +} + +.impress-on-Overview #Overview p { + opacity: 1; + text-align: center; +} + #Introduction, #Michael, #I, #II { color: #eeeeee; }