feat: add definition lists to markdown

This commit is contained in:
Sebin Nyshkim 2024-10-22 12:40:55 +02:00
parent b46476fdf1
commit 30fb6427c3
4 changed files with 15 additions and 1 deletions

View file

@ -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;
}