diff --git a/style.css b/style.css index fdcfc3c..caaffd4 100644 --- a/style.css +++ b/style.css @@ -298,6 +298,8 @@ h1 {margin-top: 3vh;} html * {color: rgb(var(--white));} .list {background-color: rgba(var(--white), 0.07);} .button {background: rgb(var(--blackitem));} + .button.header {background-color: rgb(var(--blackitem));} + .button.back {background-color: rgb(var(--blackitem));} .button:hover {background: rgba(var(--white), 0.18);} .togglegroups-background {background: rgba(var(--white), 0.1);} .togglegroups-highlighted {background-color: rgba(var(--white), 0.15);}