Include toggle text in content styling

This commit is contained in:
Sodbileg Gansukh 2021-11-22 21:35:48 +08:00
parent b5b1ea001e
commit a8150f7c30
3 changed files with 6 additions and 4 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

@ -1006,7 +1006,8 @@ is the very first element in the post content */
.gh-content > ul,
.gh-content > dl,
.gh-content > p,
.kg-callout-text {
.kg-callout-text,
.kg-toggle-content > p {
font-family: var(--font-serif);
font-weight: 400;
font-size: 2.1rem;
@ -1018,7 +1019,8 @@ is the very first element in the post content */
.has-sans-body .gh-content > ul,
.has-sans-body .gh-content > dl,
.has-sans-body .gh-content > p,
.has-sans-body .kg-callout-text {
.has-sans-body .kg-callout-text,
.has-sans-body .kg-toggle-content > p {
font-family: var(--font-sans);
}