Unverified Commit 022d8abe authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

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


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 5221815a
.md-banner {
background-color: var(--md-warning-bg-color);
color: var(--md-warning-fg-color);
}
...@@ -113,6 +113,9 @@ markdown_extensions: ...@@ -113,6 +113,9 @@ markdown_extensions:
- mdx_math: - mdx_math:
enable_dollar_delimiter: true enable_dollar_delimiter: true
extra_css:
- mkdocs/stylesheets/extra.css
extra_javascript: extra_javascript:
- mkdocs/javascript/run_llm_widget.js - mkdocs/javascript/run_llm_widget.js
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML - https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
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