Reformat definition list definitions
Large inline margins and small text. No more italics. I think this is easier to read and more consistent with the surrounding text.
This commit is contained in:
parent
c5cc95052d
commit
08e787b1d9
1 changed files with 7 additions and 4 deletions
|
@ -15,6 +15,7 @@ ul
|
|||
margin-block: 0;
|
||||
}
|
||||
|
||||
|
||||
ol {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr;
|
||||
|
@ -47,6 +48,7 @@ ol {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
ul {
|
||||
list-style-type: "*";
|
||||
padding-inline-start: 1ch;
|
||||
|
@ -56,6 +58,7 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
li {
|
||||
&::marker, &::before {
|
||||
color: var(--text-color-secondary);
|
||||
|
@ -63,15 +66,15 @@ li {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
dl {
|
||||
dd {
|
||||
color: var(--text-color-secondary);
|
||||
font-style: italic;
|
||||
line-height: 1.2;
|
||||
margin-inline-start: var(--space-l);
|
||||
font-size: var(--text-s);
|
||||
margin-inline: var(--space-l);
|
||||
|
||||
&:has(+ dt) {
|
||||
margin-block-end: var(--space-xs);
|
||||
margin-block-end: var(--space-paragraph);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue