Skip to content

Commit

Permalink
#95 change text color for version specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Mar 17, 2024
1 parent 28e2af3 commit c6d79f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
/* 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;
}

/* Update the version color to match the background color. */
.version {
color: #000 !important;
}

Expand Down

0 comments on commit c6d79f4

Please sign in to comment.