mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 10:34:15 -04:00
feat: add styles for definition list (#344)
* feat: dd styles for definition list * chore: re-generate css
This commit is contained in:
@ -1730,6 +1730,16 @@ video {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(156 163 175 / var(--tw-text-opacity));
|
||||
}
|
||||
/* Definition list */
|
||||
.content :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) dt {
|
||||
margin-top: 1.5rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.content :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) dd {
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
padding-inline-start: 1.5rem;
|
||||
}
|
||||
.content .footnotes {
|
||||
margin-top: 3rem;
|
||||
font-size: .875rem;
|
||||
|
Reference in New Issue
Block a user