Unverified Commit 787b1338 authored by Reid's avatar Reid Committed by GitHub
Browse files

[doc] fix the incorrect logo in dark mode (#20289)


Signed-off-by: default avatarreidliu41 <reid201711@gmail.com>
parent 96453cfa
# Welcome to vLLM # Welcome to vLLM
<figure markdown="span"> <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> </figure>
<p style="text-align:center"> <p style="text-align:center">
......
...@@ -134,3 +134,12 @@ body[data-md-color-scheme="slate"] .md-nav__item--section > label.md-nav__link . ...@@ -134,3 +134,12 @@ body[data-md-color-scheme="slate"] .md-nav__item--section > label.md-nav__link .
opacity: 0.9; opacity: 0.9;
transform: translateY(2px); transform: translateY(2px);
} }
/* For logo css */
[data-md-color-scheme="default"] .logo-dark {
display: none;
}
[data-md-color-scheme="slate"] .logo-light {
display: none;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment