Include .kg-callout-text to content styling

This commit is contained in:
Sodbileg Gansukh 2021-11-19 16:07:09 +08:00
parent 3cbe9b2c97
commit 370b9ec74e
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

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