mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-28 05:17:03 +08:00
[Misc] improve web section group title display (#18684)
Signed-off-by: reidliu41 <reid201711@gmail.com> Co-authored-by: reidliu41 <reid201711@gmail.com>
This commit is contained in:
parent
0eebd74842
commit
1f88dbd2bb
@ -22,3 +22,15 @@ a:not(:has(svg)):not(.md-icon):not(.autorefs-external) {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Light mode: darker section titles */
|
||||||
|
body[data-md-color-scheme="default"] .md-nav__item--section > label.md-nav__link .md-ellipsis {
|
||||||
|
color: rgba(0, 0, 0, 0.7) !important;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dark mode: lighter gray section titles */
|
||||||
|
body[data-md-color-scheme="slate"] .md-nav__item--section > label.md-nav__link .md-ellipsis {
|
||||||
|
color: rgba(255, 255, 255, 0.75) !important;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user