diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-22 11:30:07 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-23 21:10:18 -0300 |
commit | b12216e16e8558794e318b8268b8103c31df7048 (patch) | |
tree | 002ba7991dc819fa9217e9cfaf0faef31f5c1baf /src/static/css | |
parent | 24a08ee73ffc62ff7f20fff2df57230f5e614d5a (diff) |
css: shadow under hoverable time
To improve cue contrast. We are very good at graphic design.
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |