theme: add styles for Markdown definition lists #411

This commit is contained in:
Sören Weber 2022-12-02 15:51:58 +01:00
parent 2dfe52e3bb
commit c5d43c2621
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -45,6 +45,19 @@ th {
font-weight: 600; font-weight: 600;
} }
ul {
list-style: disc;
}
dt {
font-style: italic;
}
dd {
display: list-item;
list-style: circle;
}
.default-animation{ .default-animation{
transition: all 0.35s ease; transition: all 0.35s ease;
} }