mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-19 15:06:21 +00:00

* 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
9 lines
200 B
CSS
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;
|
|
} |