Skip to content

Commit

Permalink
update dark css
Browse files Browse the repository at this point in the history
  • Loading branch information
phiarchitect committed Nov 2, 2023
1 parent d9367ac commit 3be0ee1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docsrc/_static/css/rtd-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@
}

.wy-nav-content {
background: #3c3c3c;
background: #222;
color: aliceblue;
}

.wy-nav-side {
background: #111;
/* color: aliceblue; */
}

.method dt, .class dt, .data dt, .attribute dt, .function dt,
.descclassname, .descname {
background-color: #525252 !important;
Expand All @@ -40,7 +45,8 @@
}

.wy-nav-content-wrap {
background-color: rgba(0, 0, 0, 0.6) !important;
/* background-color: rgba(0, 0, 0, 0.6) !important; */
background-color: #000 !important;
}

.sidebar {
Expand Down

0 comments on commit 3be0ee1

Please sign in to comment.