3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-13 11:10:21 +00:00

Adding custom domain for cmdref

This commit is contained in:
Krystine Sherwin 2023-08-08 11:51:57 +12:00
parent d8b8880ad6
commit 8203a01ba9
No known key found for this signature in database
6 changed files with 256 additions and 8 deletions

View file

@ -63,12 +63,12 @@ p {
color: #6ecbd7 !important;
}
.cmdref .highlight-yoscrypt .highlight pre {
.cmd.def .highlight-yoscrypt, .cmd.def .highlight pre {
padding: 0%;
margin: 0%;
}
.cmdref .highlight-none .highlight pre {
.cmd.def .highlight-none, .cmd.def .highlight pre {
padding-top: 0%;
margin-top: 0%;
}