forked from Unstructured-IO/unstructured
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: customize sphinx doc theme (Unstructured-IO#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
- Loading branch information
1 parent
782b435
commit 2b88890
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* 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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters