Skip to content

Commit

Permalink
make the mini art container also dark
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Sep 2, 2019
1 parent e5573df commit bde5a05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/darkMode.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@
.wholePlayer {
background: #e91e63;
}

.dark .miniArtContainer {
background: #333;
}

0 comments on commit bde5a05

Please sign in to comment.