Skip to content

Commit f317146

Browse files
committed
Add some explicit styling of kbd elements
1 parent 999396f commit f317146

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_sass/docs.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@
108108
}
109109
}
110110

111+
kbd {
112+
color: #555;
113+
border: 1px solid #ddd;
114+
border-radius: 3px;
115+
box-shadow: 0 1px #ddd;
116+
font-size: 0.9em;
117+
padding: 1px 3px;
118+
}
119+
111120
ul, ol {
112121
margin: 1.2em 0 1.2em 40px;
113122

0 commit comments

Comments
 (0)