mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 15:49:40 +00:00
css
This commit is contained in:
parent
e7dc6a5d1f
commit
fd7c1e227b
2 changed files with 5 additions and 1 deletions
4
docs/_static/css/my_theme.css
vendored
4
docs/_static/css/my_theme.css
vendored
|
@ -3,3 +3,7 @@
|
||||||
.wy-nav-content {
|
.wy-nav-content {
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wy-side-nav-search, .wy-nav-top {
|
||||||
|
background: #c3c9d4;
|
||||||
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@ source_suffix = {
|
||||||
# html_theme = "alabaster"
|
# html_theme = "alabaster"
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"canonical_url": "https://github.com/meta-llama/llama-stack",
|
"canonical_url": "https://github.com/meta-llama/llama-stack",
|
||||||
"style_nav_header_background": "white",
|
# "style_nav_header_background": "#c3c9d4",
|
||||||
}
|
}
|
||||||
|
|
||||||
html_static_path = ["../_static"]
|
html_static_path = ["../_static"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue