simplify styles
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user