use a theme-friendly transparent color for the #actions bg
This commit is contained in:
parent
8dbdbe988f
commit
6f81544ebe
|
@ -142,7 +142,7 @@ input[type="color"] {
|
|||
align-items: stretch;
|
||||
padding: 1em;
|
||||
white-space: nowrap;
|
||||
background-color: hsl(0, 0%, 94%);
|
||||
background-color: rgba(0, 0, 0, .05);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user