« get me outta code hell

content, css: fix bad rule for styling image-container w/ link - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site6.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-11 21:04:30 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-11 21:04:30 -0400
commit3eb50e4e16c7326342fd49b0a9fd3ea1b8cec46f (patch)
treeec21153e69a3669208a1178d872fb06a4136eecb /src/static/site6.css
parent4ad0c3946a132f20742cc4de7f7dd31c79bb4653 (diff)
content, css: fix bad rule for styling image-container w/ link
Diffstat (limited to 'src/static/site6.css')
-rw-r--r--src/static/site6.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 2ffb209..44634f1 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -1228,7 +1228,7 @@ img.pixelate {
   text-decoration-style: solid;
 }
 
-.image-link:not(.no-image-preview) .image-container {
+.image-container.has-link:not(.no-image-preview) {
   background: var(--deep-color);
   box-shadow: none;
   border-radius: 0 0 4px 4px;