summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
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 {