Signed-off-by: Jonathan <theflametrooper@gmail.com>
@@ -112,7 +112,7 @@ export default {
@import "../../../../../styles/global.scss";
.night-mode {
- #queue-items {
+ #queue {
background-color: $night-mode-bg-secondary !important;
border: 0 !important;
}
@@ -81,10 +81,10 @@ export default {
border: 0.5px $light-grey-2 solid;
border-radius: 3px;
cursor: pointer;
- color: #000 !important;
&:hover {
background-color: #eee;
+ color: #000 !important;
img {