« get me outta code hell

css: make code.filename in image details a bit less bright - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css/site.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-06-14 18:51:24 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-06-14 18:51:24 -0300
commitd4a147cff78f25574b65068dcc2abc1c026eb3c8 (patch)
tree7722142030c7061c5217009f204208f012869979 /src/static/css/site.css
parent61954645af7dc670bf3b22abe47824c383cb3e68 (diff)
css: make code.filename in image details a bit less bright
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r--src/static/css/site.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 82fe1a2a..f98a5ab1 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1517,6 +1517,12 @@ span.path, code.filename {
 
 .image-details code.filename {
   margin-left: -0.4ch;
+  opacity: 0.8;
+}
+
+.image-details code.filename:hover {
+  opacity: 1;
+  cursor: text;
 }
 
 span.path i {