Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
787b1338
Unverified
Commit
787b1338
authored
Jul 01, 2025
by
Reid
Committed by
GitHub
Jul 01, 2025
Browse files
[doc] fix the incorrect logo in dark mode (#20289)
Signed-off-by:
reidliu41
<
reid201711@gmail.com
>
parent
96453cfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
docs/README.md
docs/README.md
+2
-1
docs/mkdocs/stylesheets/extra.css
docs/mkdocs/stylesheets/extra.css
+9
-0
No files found.
docs/README.md
View file @
787b1338
# Welcome to vLLM
<figure
markdown=
"span"
>
!
[](
./assets/logos/vllm-logo-text-light.png
)
{ align="center" alt="vLLM" class="no-scaled-link" width="60%" }
!
[](
./assets/logos/vllm-logo-text-light.png
)
{ align="center" alt="vLLM Light" class="logo-light" width="60%" }
!
[](
./assets/logos/vllm-logo-text-dark.png
)
{ align="center" alt="vLLM Dark" class="logo-dark" width="60%" }
</figure>
<p
style=
"text-align:center"
>
...
...
docs/mkdocs/stylesheets/extra.css
View file @
787b1338
...
...
@@ -134,3 +134,12 @@ body[data-md-color-scheme="slate"] .md-nav__item--section > label.md-nav__link .
opacity: 0.9;
transform: translateY(2px);
}
/* For logo css */
[data-md-color-scheme="
default
"] .logo-dark {
display: none;
}
[data-md-color-scheme="
slate
"
]
.
logo-light
{
display
:
none
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment