unstructured/docs/source/_static/unstructured.css
sparkbrains 2b88890210
docs: customize sphinx doc theme (#192)
* feature: adding a feature for customizing color theme of sphinx docs

* fix: adding changelog and comments

* Adding css for changing colors of sidebar

* fix: removing changelog description
2023-02-06 17:30:55 +00:00

9 lines
200 B
CSS

/* 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;
}