« get me outta code hell

css: tweak image-link border radius - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-11 21:22:35 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-11 21:22:35 -0400
commit96115bbd3a91d0bbe2cc5012614df6a231a82543 (patch)
tree60b75c7e577f87e8eb631ddb55efb2e5f542cbc5 /src/static
parent45db15679a51cab2bd89499ab9acc72f8e812627 (diff)
css: tweak image-link border radius
Diffstat (limited to 'src/static')
-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 341414a..153d693 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -1096,7 +1096,7 @@ h1 a[href="#additional-names-box"]:hover {
 
 .image-link {
   border-bottom: 1px solid #ffffff03;
-  border-radius: 2.5px;
+  border-radius: 2.5px 2.5px 3px 3px;
   box-shadow:
     0 1px 8px -3px var(--bg-black-color);
 }