Skip to content

Commit 5e7df37

Browse files
committed
fix: kbd color in dark mode
Signed-off-by: Innei <[email protected]>
1 parent 46b6c08 commit 5e7df37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/markdown/markdown.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:global {
55
kbd {
6-
@apply kbd kbd-sm bg-base-100;
6+
@apply kbd kbd-sm bg-base-100 text-base-content;
77
}
88
& .spoiler {
99
position: relative;

0 commit comments

Comments
 (0)