mirror of
https://github.com/seigler/janus
synced 2025-07-27 09:46:10 +00:00
fix: replace code tag with kbd tag where appropriate
This commit is contained in:
parent
d08935c71e
commit
de7866abf0
2 changed files with 8 additions and 4 deletions
|
@ -18,6 +18,10 @@ li {
|
|||
|
||||
code {
|
||||
font-family: Consolas, monaco, monospace;
|
||||
}
|
||||
|
||||
kbd {
|
||||
font-family: Consolas, monaco, monospace;
|
||||
border: 2px dashed currentcolor;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue