Skip to content

Commit e3d011d

Browse files
Caption Callouts: don't change font color for bold
Specified that `<strong>` text in caption callouts should use the same `--gray` font color as the rest, instead of Quartz' default `--dark`
1 parent 8e8c275 commit e3d011d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quartz/styles/custom/caption-callout.scss

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
margin-block-start: 0;
3434
margin-block-end: 0;
3535
color: var(--gray);
36+
37+
& strong {
38+
color: var(--gray);
39+
}
3640
}
3741
.callout.callout[data-callout~=caption]:is([data-callout-metadata~=sban], [data-callout-metadata~=banner]) .image-embed img {
3842
width: 100%;

0 commit comments

Comments
 (0)