Skip to content

Commit 3fe84fb

Browse files
committed
fix: text color with strong and heading
1 parent f962795 commit 3fe84fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style/notion-x.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ pre > code::before {
348348
}
349349

350350
.m2it-headings {
351-
@apply my-0 font-semibold text-slate-800;
351+
@apply my-0 font-semibold text-inherit;
352352
}
353353

354354
.m2it-prose-img {
@@ -377,7 +377,7 @@ pre > code::before {
377377
}
378378

379379
.m2it-strong {
380-
@apply font-medium text-gray-800;
380+
@apply font-medium text-inherit;
381381
}
382382

383383
.m2it-table {

0 commit comments

Comments
 (0)