Updated callout styles
This commit is contained in:
parent
017a2829b6
commit
462770968a
3 changed files with 22 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
|
@ -995,27 +995,42 @@ is the very first element in the post content */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now the content typography styles */
|
/* Now the content typography styles */
|
||||||
.gh-content a:not(.gh-post-upgrade-cta a):not(.kg-bookmark-container):not(.kg-btn):not(.kg-nft-card-container) {
|
.gh-content a:not(.gh-post-upgrade-cta a):not(.kg-bookmark-container):not(.kg-btn):not(.kg-nft-card-container):not(.kg-callout-card-accent a) {
|
||||||
color: var(--ghost-accent-color);
|
color: var(--ghost-accent-color);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-content .kg-callout-card-accent a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-content > blockquote,
|
.gh-content > blockquote,
|
||||||
.gh-content > ol,
|
.gh-content > ol,
|
||||||
.gh-content > ul,
|
.gh-content > ul,
|
||||||
.gh-content > dl,
|
.gh-content > dl,
|
||||||
.gh-content > p,
|
.gh-content > p,
|
||||||
.kg-callout-text,
|
.gh-content .kg-toggle-content > ol,
|
||||||
.kg-toggle-content > ol,
|
.gh-content .kg-toggle-content > ul,
|
||||||
.kg-toggle-content > ul,
|
.gh-content .kg-toggle-content > p {
|
||||||
.kg-toggle-content > p {
|
|
||||||
font-family: var(--font-serif);
|
font-family: var(--font-serif);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 2.1rem;
|
font-size: 2.1rem;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-content .kg-callout-text {
|
||||||
|
font-family: var(--font-serif);
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 2.0rem;
|
||||||
|
line-height: 1.6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-content .kg-callout-emoji {
|
||||||
|
font-size: 2.2rem;
|
||||||
|
line-height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.has-sans-body .gh-content > blockquote,
|
.has-sans-body .gh-content > blockquote,
|
||||||
.has-sans-body .gh-content > ol,
|
.has-sans-body .gh-content > ol,
|
||||||
.has-sans-body .gh-content > ul,
|
.has-sans-body .gh-content > ul,
|
||||||
|
|
Loading…
Reference in a new issue