unstructured/docs/source/_static/unstructured.css

9 lines
200 B
CSS
Raw Normal View History

/* Css to change color scheme of side navigation search bar */
.wy-side-nav-search {
background-color: #122540;
}
/* For changing the color of sidebar */
.wy-nav-side {
background: #122540;
}