mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-05 03:17:37 +00:00
Add typography option to toggle card heading
This commit is contained in:
@ -1124,6 +1124,10 @@ except for when immediately preceeded by a heading */
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.has-serif-title .kg-toggle-card h4 {
|
||||
font-family: var(--font-serif);
|
||||
}
|
||||
|
||||
.kg-toggle-content > * + * {
|
||||
margin-top: min(2.4rem, 4vmin);
|
||||
}
|
||||
|
Reference in New Issue
Block a user