fix: replace code tag with kbd tag where appropriate

This commit is contained in:
Joshua Seigler 2016-10-13 13:16:18 -04:00
parent d08935c71e
commit de7866abf0
2 changed files with 8 additions and 4 deletions

View file

@ -18,6 +18,10 @@ li {
code {
font-family: Consolas, monaco, monospace;
}
kbd {
font-family: Consolas, monaco, monospace;
border: 2px dashed currentcolor;
}