Skip to content

Commit 75744f4

Browse files
committed
style: Update mackdown kbd style.
1 parent d582aa6 commit 75744f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/styles/markdown.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,18 @@
177177
.token.entity {
178178
cursor: help;
179179
}
180+
181+
kbd {
182+
background-color: #fafbfc;
183+
border-bottom-color: #d1d5da;
184+
border: 1px solid #d1d5da;
185+
border-radius: 3px;
186+
box-shadow: inset 0 -1px 0 #d1d5da;
187+
color: #24292e;
188+
display: inline-block;
189+
font-size: 11px;
190+
line-height: 10px;
191+
padding: 3px 5px;
192+
vertical-align: middle;
193+
}
180194
}

0 commit comments

Comments
 (0)