mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
💄 style: adjust font styles for <details> and <summary>
Serif in text body, sans serif in tables.
This commit is contained in:
parent
497566e696
commit
275950f97d
2 changed files with 10 additions and 2 deletions
|
@ -131,7 +131,9 @@ article {
|
|||
margin: 0 auto;
|
||||
|
||||
p,
|
||||
li {
|
||||
li,
|
||||
details,
|
||||
summary {
|
||||
font-family: var(--serif-font);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue