diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-07-14 10:35:48 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-07-14 10:35:48 +0300 |
| commit | d7ade5a4628cc24bed5dd12c3a4799f4373ab034 (patch) | |
| tree | fb51bd83a39984031fe8b52f62154a82070ef78e /static | |
| parent | 64c328ebffcb5b24840b59fae0906c320df19371 (diff) | |
Hide figcaptions
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 5 |
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 { |
