From db4035caecb2d7354663d8eb26879030aad4d39d Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sun, 2 Apr 2023 19:45:55 -0700 Subject: [PATCH] HxF zine draft --- content/workshops/hxf/april-2023/zine.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; }