[default.css] support kbd

This commit is contained in:
Mathieu PATUREL
2017-01-22 14:52:41 +11:00
parent ea309f2323
commit 1e651bebc6
3 changed files with 20 additions and 6 deletions

View File

@ -37,3 +37,13 @@ pre {
pre code {
padding-left: 0;
}
kbd {
padding: 0 .29412em;
border-radius: .2rem;
background-color: #f5f5f5;
color: #555;
box-shadow: 0 0.1rem 0 #b0b0b0;
word-break: break-word;
font-family: "Roboto Mono","Courier New",Courier,monospace;
}