use html definition list for latest lists

This commit is contained in:
2025-08-22 23:51:52 -04:00
parent 6b8c97815a
commit 0bdc847f0f
2 changed files with 25 additions and 16 deletions

View File

@@ -199,7 +199,7 @@ img {
height: auto;
}
ul {
dl, ul {
padding-left: 1.15rem;
}
@@ -210,8 +210,21 @@ li {
li:last-child {
margin-bottom: 0.25rem;
}
a {
text-decoration: none;
dt, dd {
line-height: 1.25;
}
dt {
display: list-item;
list-style-type: disc;
margin-bottom: 0.15rem;
}
dd {
margin-bottom: 0.35rem;
margin-left: 1rem;
}
color: var(--link-primary);
}
a:hover {