Skip to content

Commit 28fd545

Browse files
authored
fix(code): don't rely on inherited text color
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 65f87ed commit 28fd545

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/ui-components/styles/markdown.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ main {
9090
&:has(code) {
9191
@apply max-xs:decoration-neutral-800
9292
dark:max-xs:decoration-neutral-200;
93-
94-
code {
95-
@apply text-inherit;
96-
}
9793
}
9894
}
9995

0 commit comments

Comments
 (0)