mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Updated toggle styles
This commit is contained in:
parent
462770968a
commit
b6474446f8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user