💄 style: adjust font styles for <details> and <summary>

Serif in text body, sans serif in tables.
This commit is contained in:
welpo
2023-08-12 17:05:09 +02:00
parent 497566e696
commit 275950f97d
2 changed files with 10 additions and 2 deletions

View File

@@ -131,7 +131,9 @@ article {
margin: 0 auto;
p,
li {
li,
details,
summary {
font-family: var(--serif-font);
}