Skip to content

Commit f2ab207

Browse files
committed
style: update kbd styles.
1 parent 32fa139 commit f2ab207

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/styles/markdown.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,12 @@
184184
border: 1px solid #d1d5da;
185185
border-radius: 3px;
186186
box-shadow: inset 0 -1px 0 #d1d5da;
187-
color: #24292e;
187+
color: #56595d;
188188
display: inline-block;
189-
font-size: 11px;
189+
font-size: 10px;
190+
font-family: ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;
190191
line-height: 10px;
191-
padding: 3px 5px;
192+
padding: 2px 4px;
192193
vertical-align: middle;
193194
}
194195
}

0 commit comments

Comments
 (0)