Fixup Album Studio

This commit is contained in:
Zak Saunders 2022-12-13 01:33:52 +00:00 committed by Qstick
parent 10e0d50ac3
commit 42f3e1422e
1 changed files with 5 additions and 3 deletions

View File

@ -18,7 +18,7 @@
border-width: 0 1px;
border-style: solid;
border-color: var(--borderColor);
background-color: var(--white);
background-color: var(--albumBackgroundColor);
color: var(--defaultColor);
}
@ -29,9 +29,11 @@
}
.allTracks {
background-color: #e0ffe0;
background-color: color(#27c24c saturation(-25%));
color: var(--white);
}
.missingWanted {
background-color: #ffe0e0;
background-color: color(#f05050 saturation(-20%));
color: var(--white);
}