From b12216e16e8558794e318b8268b8103c31df7048 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 22 Jun 2024 11:30:07 -0300 Subject: css: shadow under hoverable time To improve cue contrast. We are very good at graphic design. --- src/static/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/static/css/site.css') diff --git a/src/static/css/site.css b/src/static/css/site.css index 9f5f7990..83054eb4 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1205,6 +1205,10 @@ ul.image-details li { transition: border-left-color 0.15s; } +.commentary-entry-heading .hoverable { + box-shadow: 1px 2px 6px 5px #04040460; +} + .commentary-entry-heading .commentary-date time:hover, .commentary-entry-heading .commentary-date .hoverable.has-visible-tooltip time { border-left-color: white; -- cgit 1.3.0-6-gf8a5