Skip to content

Commit

Permalink
changed color of the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkashyap committed Jul 9, 2020
1 parent 7d96da4 commit e515c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/_static/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
/* ------------------------------------------------------------ */

:root {
--sidebar: #7249fb;
--sidebar-dark: #bc2bff;
--sidebar: #0077B6;
--sidebar-dark: #0096C7;
--off-white: rgba(255,255,255,1);
}

Expand Down Expand Up @@ -109,7 +109,7 @@ a.icon-home:before {


.wy-nav-side {
background-color: #7249fb;
background-color: #0096C7 !important;
font-weight: 300 !important;
height: 100%;
}
Expand Down

0 comments on commit e515c13

Please sign in to comment.