Skip to content

Commit

Permalink
#95 change text color for sidebar to show version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Mar 17, 2024
1 parent 326d474 commit 28e2af3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/* Change the sidebar header color to match the new logo background. */
.wy-side-nav-search {
background-color: #f2f5f8 !important;
color: #000 !important;
}

/* Update the sidebar background color. */
.wy-nav-side {
background-color: #f2f5f8 !important;
color: #000 !important;
}

/* Change sidebar text color to black for all sidebar items. */
Expand All @@ -22,7 +24,7 @@
/* Sidebar item background color on hover. */
.wy-nav-side .wy-menu-vertical li.toctree-l1.current > a:hover,
.wy-nav-side .wy-menu-vertical li.toctree-l1 > a:hover {
background-color: #5495c9 !important; /* dark gray background */
background-color: #5495c9 !important; /* ligher Python blue background */
}
/* Logo styling. */
.wy-side-nav-search .wy-nav-top img {
Expand Down

0 comments on commit 28e2af3

Please sign in to comment.