Skip to content

Commit

Permalink
Update dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jan 13, 2016
1 parent b704c8e commit 4e6e421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/themes/theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body.theme-dark {

header {
background-color: #555;
border-bottom-color: #333;
border-bottom-color: #3A3A3A;
color: #EEE;

.search {
Expand Down Expand Up @@ -177,7 +177,7 @@ body.theme-dark {
}

div.tracks-list-body > div.track:nth-of-type(odd) {
background-color: #555;
background-color: #4D4D4D;

&.selected {
background-color: #459CE7;
Expand Down Expand Up @@ -215,7 +215,7 @@ body.theme-dark {
}

.tab-content {
border-top-color: #333;
border-top-color: #3A3A3A;
}
}

Expand Down

0 comments on commit 4e6e421

Please sign in to comment.