llama-stack-mirror/docs/_static/css/my_theme.css
Francisco Javier Arceo ed1b24f59a doc: Updating background color for code in darkmode
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-04-10 09:20:34 -04:00

22 lines
412 B
CSS

@import url("theme.css");
.wy-nav-content {
max-width: 90%;
}
.wy-nav-side {
/* background: linear-gradient(45deg, #2980B9, #16A085); */
background: linear-gradient(90deg, #332735, #1b263c);
}
.wy-side-nav-search {
background-color: transparent !important;
}
.hide-title h1 {
display: none;
}
html[data-theme="dark"] .rst-content div[class^="highlight"] {
background-color: #0b0b0b;
}