Skip to content

Commit

Permalink
fix: kbd color in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 26, 2024
1 parent 46b6c08 commit 5e7df37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/markdown/markdown.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

:global {
kbd {
@apply kbd kbd-sm bg-base-100;
@apply kbd kbd-sm bg-base-100 text-base-content;
}
& .spoiler {
position: relative;
Expand Down

0 comments on commit 5e7df37

Please sign in to comment.