From 88b6756a93446f25fa8102cdad19d7e9d2a1779d Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 10 Oct 2022 21:28:19 +0200 Subject: [PATCH] =?UTF-8?q?[THEME]=20Enl=C3=A8ve=20le=20soulign=C3=A9=20so?= =?UTF-8?q?us=20les=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 8f6f34a..8ab7224 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -551,7 +551,6 @@ a.not(.anchor):focus { } .article-body figure img { vertical-align: middle; - padding-bottom: 0.3em; min-width: calc(50% - 2 * var(--image-margin-side)); } @media only screen and (min-width: 768px) { @@ -610,6 +609,10 @@ a.not(.anchor):focus { outline: none; min-height: 100%; border: none; + margin-bottom: 0.3em; +} +.article-body figure>a:hover { + border: none !important; } .article-body figure>a>img:hover { box-shadow: 0 0 1em rgba(var(--font-color_rgb), 0.5);