Skip to content

Commit

Permalink
Update API reference dark mode to match the docs (#3655)
Browse files Browse the repository at this point in the history
Closes issue #3655
  • Loading branch information
ReeceHumphreys committed Sep 18, 2023
1 parent 89a7a84 commit 383c3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docfx/template/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ nav img {

/* Change the dark mode background color of the body and navbar to match our documentation. */
[data-bs-theme="dark"] {
--bs-body-bg: #000;
--bs-body-bg: #1a1c21;
.navbar {
background-color: #000;
background-color: #1a1c21;
}
}

0 comments on commit 383c3e7

Please sign in to comment.