update styles

This commit is contained in:
matthias@matsewe.de
2024-05-21 14:38:42 +02:00
parent 88a6c4ada9
commit 32d2170a1b
2 changed files with 14 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
.text {
padding: 0.3em;
margin-bottom: 0.5em;
margin-bottom: 0.7em;
display: inline-block;
}
@@ -225,10 +225,18 @@ h1 {
padding-left: 0.2em;
margin-bottom: 1rem;
font-size: 1.5em;
background-color: hsl(calc(var(--hue) * 360), 100%, 70%); /*color-mix(in srgb, var(--main-color) 60%, transparent);*/
}
#songs h1 {
background-color: color-mix(in srgb, hsl(calc(var(--hue) * 360), 100%, 40%) 50%, transparent);
border-bottom: 0.3rem solid hsl(calc(var(--hue) * 360), 100%, 40%);
}
body > h1 {
background-color: color-mix(in srgb, hsl(0, 0%, 40%) 50%, transparent);
border-bottom: 0.3rem solid hsl(0, 0%, 40%);
}
#yt-player,
#spotify-player {
position: fixed;