simplify styles

This commit is contained in:
matthias@matsewe.de
2024-05-21 14:31:59 +02:00
parent 9401e0727b
commit 88a6c4ada9
2 changed files with 6 additions and 7 deletions

View File

@@ -184,7 +184,7 @@
.categories {
width: 60%;
overflow: hidden;
cursor: grab;
/*cursor: grab;*/
white-space: nowrap;
font-size: 0.7em;
line-height: 1.2em;
@@ -199,7 +199,7 @@
color: white;
max-width: 10em;
overflow: clip;
background-color: var(--main-color);
background-color: hsl(calc(var(--hue) * 360), 100%, 40%); /*color-mix(in srgb, var(--main-color) 60%, transparent);*/
}
.vote-buttons {
@@ -225,8 +225,8 @@ h1 {
padding-left: 0.2em;
margin-bottom: 1rem;
font-size: 1.5em;
background-color: color-mix(in srgb, var(--main-color) 60%, transparent);
border-bottom: 0.3rem solid var(--main-color);
background-color: hsl(calc(var(--hue) * 360), 100%, 70%); /*color-mix(in srgb, var(--main-color) 60%, transparent);*/
border-bottom: 0.3rem solid hsl(calc(var(--hue) * 360), 100%, 40%);
}
#yt-player,