From d7ade5a4628cc24bed5dd12c3a4799f4373ab034 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 14 Jul 2024 10:35:48 +0300 Subject: Hide figcaptions --- static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index f4776f8..2c41f5f 100644 --- a/static/style.css +++ b/static/style.css @@ -210,8 +210,9 @@ figure img { } figure figcaption { - margin: -10px 0 10px; - color: var(--blockquote-color); + /* Hide from non-screen-reader users */ + opacity: 0; + height: 0; } hr { -- cgit v1.3