Doc theme: Use code font for in-line commands as well

This makes them stand out a bit more
This commit is contained in:
Fabian Homborg
2022-02-24 18:11:52 +01:00
parent 05ac24006e
commit 615ea22387
2 changed files with 1 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ code {
padding-right: 5px;
}
tt, code, pre, dl > dt span ~ em, #synopsis p, #synopsis code {
tt, code, pre, dl > dt span ~ em, #synopsis p, #synopsis code, .command {
/* Pick a monospace font.
ui-monospace is the monospace version of system-ui - the system's monospace font.
Unfortunately it's barely supported anywhere (at time of writing only Safari does!),