mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-20 15:37:09 +00:00
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;
|
||
|
}
|