diff options
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 |
commit | 96115bbd3a91d0bbe2cc5012614df6a231a82543 (patch) | |
tree | 60b75c7e577f87e8eb631ddb55efb2e5f542cbc5 | |
parent | 45db15679a51cab2bd89499ab9acc72f8e812627 (diff) |
css: tweak image-link border radius
-rw-r--r-- | src/static/site6.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 341414a3..153d693f 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); } |