Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark Theme 3 Fixes #474

Merged
merged 9 commits into from
Oct 2, 2017
Prev Previous commit
Next Next commit
change background-color of Dark Theme button and filter drop downs
  • Loading branch information
JG916 committed Oct 2, 2017
commit 3eca02e43b4b31b16623c8ccad11d4fa5a408dee
4 changes: 2 additions & 2 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ dd + dt { margin-top: 1em; }
}

.darkTheme #darkThemeButton {
background-color: #575757;
background-color: #414141;
color: #E3E3E3;
}

Expand All @@ -219,7 +219,7 @@ dd + dt { margin-top: 1em; }


.darkTheme #nav li:hover .nav-btn, .darkTheme #nav li.active .nav-btn {
background-color: #575757;
background-color: #414141;
color: #E3E3E3;
}