3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 20:05:52 +00:00

Docs: Option lists have yoscrypt highlights

This commit is contained in:
Krystine Sherwin 2025-03-21 10:26:13 +13:00
parent d1d419cb51
commit 07b6a35553
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;
}