style: add some basic styles to summary elements

This commit is contained in:
Youwen Wu 2024-06-13 23:57:29 -07:00
parent 65b21689c8
commit ea8e62157f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 7 additions and 1 deletions

View file

@ -110,4 +110,10 @@
figure figcaption {
@apply text-center;
}
details {
@apply cursor-pointer;
}
details summary {
@apply mb-1;
}
}

File diff suppressed because one or more lines are too long