1
0
mirror of synced 2026-04-25 20:02:10 +00:00

Docs: Option lists have yoscrypt highlights

This commit is contained in:
Krystine Sherwin
2025-07-21 10:35:56 +12:00
parent 92ab125113
commit 2e5b029ba5
2 changed files with 16 additions and 3 deletions

View File

@@ -18,3 +18,8 @@
.literal-block-wrapper .code-block-caption .caption-number {
padding-right: 0.5em
}
/* Don't double shrink text in a literal in an optionlist */
kbd .option>.literal {
font-size: revert;
}