Skip to content

Commit 266ae04

Browse files
committed
fix(bold font color): only apply custom bold color in dark theme
1 parent 73559de commit 266ae04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/theme.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ html ::-webkit-scrollbar-thumb:hover {
138138
/* Bold and italic styles */
139139
b {
140140
font-weight: 600;
141-
color: var(--ct-bold-color);
142141
}
143142

144143
i:not(.ti),
@@ -273,6 +272,9 @@ html[data-theme="dark"] {
273272
.focus\:bg-accent:focus {
274273
background-color: var(--ls-primary-background-color);
275274
}
275+
.content b {
276+
color: var(--ct-bold-color);
277+
}
276278
}
277279

278280
/* Journal calendar icons */

0 commit comments

Comments
 (0)