[THEME] Enlève le souligné sous les images

This commit is contained in:
Gregory Trolliet 2022-10-10 21:28:19 +02:00
parent 59b2f3c8f4
commit 88b6756a93
1 changed files with 4 additions and 1 deletions

View File

@ -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);