mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Doc] Use a different color for the announcement (#18616)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
4
docs/mkdocs/stylesheets/extra.css
Normal file
4
docs/mkdocs/stylesheets/extra.css
Normal file
@ -0,0 +1,4 @@
|
||||
.md-banner {
|
||||
background-color: var(--md-warning-bg-color);
|
||||
color: var(--md-warning-fg-color);
|
||||
}
|
@ -113,6 +113,9 @@ markdown_extensions:
|
||||
- mdx_math:
|
||||
enable_dollar_delimiter: true
|
||||
|
||||
extra_css:
|
||||
- mkdocs/stylesheets/extra.css
|
||||
|
||||
extra_javascript:
|
||||
- mkdocs/javascript/run_llm_widget.js
|
||||
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
|
||||
|
Reference in New Issue
Block a user