3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-27 06:27:57 +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
No known key found for this signature in database
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;
}