add missing css for header and back buttons in dark mode
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8de06f2c53
commit
d178e614e9
1 changed files with 2 additions and 0 deletions
|
@ -298,6 +298,8 @@ h1 {margin-top: 3vh;}
|
||||||
html * {color: rgb(var(--white));}
|
html * {color: rgb(var(--white));}
|
||||||
.list {background-color: rgba(var(--white), 0.07);}
|
.list {background-color: rgba(var(--white), 0.07);}
|
||||||
.button {background: rgb(var(--blackitem));}
|
.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);}
|
.button:hover {background: rgba(var(--white), 0.18);}
|
||||||
.togglegroups-background {background: rgba(var(--white), 0.1);}
|
.togglegroups-background {background: rgba(var(--white), 0.1);}
|
||||||
.togglegroups-highlighted {background-color: rgba(var(--white), 0.15);}
|
.togglegroups-highlighted {background-color: rgba(var(--white), 0.15);}
|
||||||
|
|
Loading…
Reference in a new issue