« get me outta code hell

css: shadow under hoverable time - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commitb12216e16e8558794e318b8268b8103c31df7048 (patch)
tree002ba7991dc819fa9217e9cfaf0faef31f5c1baf
parent24a08ee73ffc62ff7f20fff2df57230f5e614d5a (diff)
css: shadow under hoverable time
To improve cue contrast.
We are very good at graphic design.
-rw-r--r--src/static/css/site.css4
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;