add css for description lists

This commit is contained in:
error 2023-02-28 19:54:09 +01:00
parent 0d36ab8d6d
commit 73b6352c5f

View File

@ -147,13 +147,6 @@ figcaption::before {
visibility: hidden;
}
img {
border-style: solid;
border-width: 4px;
border-color: var(--img-border);
border-radius: 4px;
}
figure:target .lightbox {
visibility: visible;
}
@ -162,6 +155,7 @@ figure:target .lightbox {
display: inline-flex;
flex-direction: column;
max-width: 95%;
width: 95vw;
height: 100%;
}
@ -180,6 +174,11 @@ figure:target .lightbox {
object-fit: contain;
}
dl dd {
text-align: left;
padding-left: 2rem;
}
/* footnotes */
.footnote-ref::before {
content: '[';