Skip to content

Commit

Permalink
change the toggle color so that you can see it in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aburt2 committed Oct 27, 2023
1 parent 4831c05 commit 56d7120
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@
// Logo configuration
logo: '/Images/IDMIL-logo.png',

// Dark Mode config
darkMode: {
dark: {
background: "#1c2022",
toggleBtnBg: "#34495e",
textColor: "#b4b4b4"
},
light: {
background: "white",
toggleBtnBg: "#42b983",
textColor: "#000000"
}
},

// Sidebar Configuration
auto2top: true,
loadSidebar: true,
Expand Down

0 comments on commit 56d7120

Please sign in to comment.