improve colors in dark and dark + compact modes
This commit is contained in:
parent
9deb2c36d4
commit
7b2dcb2201
3 changed files with 49 additions and 9 deletions
|
|
@ -4,6 +4,10 @@ input[type=range]::-moz-focus-outer {
|
|||
.grouphead {
|
||||
position: relative;
|
||||
}
|
||||
.dark .popper {
|
||||
background-color: rgba(255,255,255,0.75);
|
||||
color: black;
|
||||
}
|
||||
.popper {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue