feat: ✨ add definition lists to markdown
This commit is contained in:
parent
b46476fdf1
commit
30fb6427c3
4 changed files with 15 additions and 1 deletions
|
@ -34,6 +34,11 @@ a:not(nav a, .button) {
|
|||
@apply font-normal text-inherit underline decoration-sky-600 decoration-2 underline-offset-4 transition-colors duration-300 hover:text-sky-600;
|
||||
}
|
||||
|
||||
dt {
|
||||
@apply font-normal;
|
||||
font-family: var(--font-heading);
|
||||
}
|
||||
|
||||
.footnote-item:target p {
|
||||
@apply bg-slate-200 dark:bg-sky-950;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue