[Doc] Use a different color for the announcement (#18616)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-05-23 23:25:03 +08:00
committed by GitHub
parent 5221815a00
commit 022d8abe29
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.md-banner {
background-color: var(--md-warning-bg-color);
color: var(--md-warning-fg-color);
}

View File

@ -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