refactor colors

This commit is contained in:
geoffrey45
2022-03-15 10:38:53 +03:00
parent 33a9aa2c30
commit f11005e523
22 changed files with 157 additions and 128 deletions
+8 -1
View File
@@ -8,7 +8,7 @@
<div class="album-header">Album</div>
<div class="duration-header">Duration</div>
</div>
<div>
<div class="songlist">
<SongItem
v-for="(song, index) in props.songs"
:key="song"
@@ -138,5 +138,12 @@ function loadAlbum(title, albumartist) {
display: none;
}
}
.songlist {
.context-on {
background-color: $gray4;
color: $white !important;
}
}
}
</style>