Skip to content

Commit

Permalink
Change theme colors
Browse files Browse the repository at this point in the history
Marketing requested change to the colors of the expand icon and the
section headers in the sidebar.

Testing: Viewed rendered output in browser. No changes made to links or
content.

This commit has no associated issue, quick fix.

Signed-off-by: Katrina Prosise <[email protected]>
  • Loading branch information
kprosise committed Sep 19, 2024
1 parent 8acc225 commit 5ef6a24
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,11 @@ html.writer-html5 .rst-content dl.field-list>dt:after {
}
.wy-nav-side {
background: #2C1256;
}
}

.wy-menu-vertical li button.toctree-expand{
color: #ffffff;
}
.wy-menu-vertical header, .wy-menu-vertical p.caption {
color: #e4960b;
}

0 comments on commit 5ef6a24

Please sign in to comment.