diff --git a/static/site.css b/static/site.css index 9bfe174..75fc18a 100644 --- a/static/site.css +++ b/static/site.css @@ -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, diff --git a/templates/voting.html b/templates/voting.html index 0cba5a2..7c34a33 100644 --- a/templates/voting.html +++ b/templates/voting.html @@ -8,7 +8,6 @@ - @@ -117,7 +116,7 @@