Skip to content

Commit

Permalink
move darkThemeButton to the right; apply dark theme colors to filter …
Browse files Browse the repository at this point in the history
…drop downs
  • Loading branch information
JG916 committed Oct 2, 2017
1 parent f019d95 commit aad26dd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,17 @@ dd + dt { margin-top: 1em; }

#darkThemeButton {
background-color: transparent;
}
float: right;
}

.darkTheme #nav .tag-group {
background-color: #414141;
border-bottom: 1px solid #353535;
}


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

0 comments on commit aad26dd

Please sign in to comment.