Skip to content

Commit

Permalink
Fix deck icon on dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jul 23, 2020
1 parent 34bbe49 commit 189e75c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/dashboard.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.icon-deck {
background-image: url(./../../img/deck-dark.svg);
}
body.dark .icon-deck {
background-image: url(./../../img/deck.svg);
}

0 comments on commit 189e75c

Please sign in to comment.