add missing css for header and back buttons in dark mode
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-11-20 15:34:47 +07:00
parent 8de06f2c53
commit d178e614e9

View file

@ -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);}