textColorOnBackground

This commit is contained in:
√(noham)²
2024-03-26 18:13:37 +01:00
parent 4c9b7e633c
commit 8ae08cc047
3 changed files with 28 additions and 8 deletions

View File

@@ -58,12 +58,11 @@ body * {
border-radius: 10px;
}
.info {
color: #E1E1E6;
}
.info p {
.info .name-artist {
opacity: 0.68;
font-size: 19px;
}
@@ -80,7 +79,6 @@ body * {
padding-bottom: 7px;
}
.controls {
display: flex;
justify-content: space-between;
@@ -109,13 +107,12 @@ body * {
height: 6px;
width: var(--new-width);
display: block;
background: #D9D9D9;
background: var(--new-color);
border-radius: 10px;
}
.time {
opacity: 0.7;
font-size: 14px;
font-size: 15px;
color: gainsboro;
display: flex;
justify-content: space-between;