final fix for enlarged cover text color
This commit is contained in:
parent
0996a8a0cb
commit
2995000ffb
1 changed files with 3 additions and 3 deletions
|
|
@ -1452,7 +1452,7 @@ input:checked + .slider::before {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
background: color-mix(in srgb, var(--card), transparent 80%);
|
background: color-mix(in srgb, var(--card), transparent 80%);
|
||||||
padding: 1.5rem 2rem;
|
padding: 1rem 1.5rem;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
border: 1px solid color-mix(in srgb, var(--card), transparent 70%);
|
border: 1px solid color-mix(in srgb, var(--card), transparent 70%);
|
||||||
}
|
}
|
||||||
|
|
@ -1467,14 +1467,14 @@ input:checked + .slider::before {
|
||||||
|
|
||||||
#fullscreen-track-artist {
|
#fullscreen-track-artist {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
color: var(--muted-foreground);
|
color: color-mix(in srgb, var(--foreground), transparent 40%);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fullscreen-next-track {
|
#fullscreen-next-track {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
color: var(--muted-foreground);
|
color: color-mix(in srgb, var(--foreground), transparent 40%);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.2rem;
|
gap: 0.2rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue