Skip to content

Commit 022d8ab

Browse files
[Doc] Use a different color for the announcement (#18616)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent 5221815 commit 022d8ab

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/mkdocs/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.md-banner {
2+
background-color: var(--md-warning-bg-color);
3+
color: var(--md-warning-fg-color);
4+
}

mkdocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ markdown_extensions:
113113
- mdx_math:
114114
enable_dollar_delimiter: true
115115

116+
extra_css:
117+
- mkdocs/stylesheets/extra.css
118+
116119
extra_javascript:
117120
- mkdocs/javascript/run_llm_widget.js
118121
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML

0 commit comments

Comments
 (0)