Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
add some transparency and gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 22, 2021
1 parent 01c8e23 commit ddb57de
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/_static/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1129,14 +1129,16 @@
.wy-menu-vertical li.current > a {
color: rgb(192, 186, 178);
background-image: initial;
background-color: rgb(26, 28, 29);
background: rgb(26,28,29);
background: linear-gradient(90deg, rgba(26,28,29,1) 0%, rgba(26,28,29,0.75) 100%);
border-color: initial;
}

.wy-menu-vertical li.on a:hover,
.wy-menu-vertical li.current > a:hover {
background-image: initial;
background-color: rgb(26, 28, 29);
background: rgb(26,28,29);
background: linear-gradient(90deg, rgba(26,28,29,1) 0%, rgba(26,28,29,0.75) 100%);
}

.wy-menu-vertical li.on a:hover span.toctree-expand,
Expand Down Expand Up @@ -1210,7 +1212,8 @@
}

.wy-menu-vertical a:hover {
background-color: rgb(57, 62, 64);
background: rgb(57,62,64);
background: linear-gradient(90deg, rgba(57,62,64,1) 0%, rgba(57,62,64,0.75) 100%);
}

.wy-menu-vertical a:hover span.toctree-expand {
Expand Down

0 comments on commit ddb57de

Please sign in to comment.