summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-07-14 10:35:48 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-07-14 10:35:48 +0300
commitd7ade5a4628cc24bed5dd12c3a4799f4373ab034 (patch)
treefb51bd83a39984031fe8b52f62154a82070ef78e /static/style.css
parent64c328ebffcb5b24840b59fae0906c320df19371 (diff)
Hide figcaptions
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css5
1 files changed, 3 insertions, 2 deletions
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 {