[THEME] Enlève le souligné sous les images
This commit is contained in:
parent
59b2f3c8f4
commit
88b6756a93
1 changed files with 4 additions and 1 deletions
|
@ -551,7 +551,6 @@ a.not(.anchor):focus {
|
||||||
}
|
}
|
||||||
.article-body figure img {
|
.article-body figure img {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding-bottom: 0.3em;
|
|
||||||
min-width: calc(50% - 2 * var(--image-margin-side));
|
min-width: calc(50% - 2 * var(--image-margin-side));
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
|
@ -610,6 +609,10 @@ a.not(.anchor):focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
|
margin-bottom: 0.3em;
|
||||||
|
}
|
||||||
|
.article-body figure>a:hover {
|
||||||
|
border: none !important;
|
||||||
}
|
}
|
||||||
.article-body figure>a>img:hover {
|
.article-body figure>a>img:hover {
|
||||||
box-shadow: 0 0 1em rgba(var(--font-color_rgb), 0.5);
|
box-shadow: 0 0 1em rgba(var(--font-color_rgb), 0.5);
|
||||||
|
|
Loading…
Reference in a new issue