Skip to content

Commit 31bea57

Browse files
jerryc127meteorlxy
andauthored
fix(theme-default): fix kbd color in dark mode (vuepress#503)
Co-authored-by: meteorlxy <meteor.lxy@foxmail.com>
1 parent 96c0775 commit 31bea57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vuepress/theme-default/src/client/styles/normalize.scss

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ p a code {
3232

3333
kbd {
3434
font-family: var(--font-family-code);
35+
color: var(--c-text);
3536
background: var(--c-bg-lighter);
3637
border: solid 0.15rem var(--c-border-dark);
3738
border-bottom: solid 0.25rem var(--c-border-dark);

0 commit comments

Comments
 (0)