Updated toggle styles

This commit is contained in:
Peter Zimon 2021-12-04 08:14:00 -04:00
parent 462770968a
commit b6474446f8
3 changed files with 11 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1009,17 +1009,17 @@ is the very first element in the post content */
.gh-content > ol,
.gh-content > ul,
.gh-content > dl,
.gh-content > p,
.gh-content .kg-toggle-content > ol,
.gh-content .kg-toggle-content > ul,
.gh-content .kg-toggle-content > p {
.gh-content > p {
font-family: var(--font-serif);
font-weight: 400;
font-size: 2.1rem;
line-height: 1.6em;
}
.gh-content .kg-callout-text {
.gh-content .kg-callout-text,
.gh-content .kg-toggle-content > ol,
.gh-content .kg-toggle-content > ul,
.gh-content .kg-toggle-content > p {
font-family: var(--font-serif);
font-weight: 400;
font-size: 2.0rem;
@ -1031,6 +1031,10 @@ is the very first element in the post content */
line-height: 1.5em;
}
.gh-content .kg-toggle-heading-text {
font-size: 2.2rem;
}
.has-sans-body .gh-content > blockquote,
.has-sans-body .gh-content > ol,
.has-sans-body .gh-content > ul,