use a theme-friendly transparent color for the #actions bg

This commit is contained in:
tophf 2017-12-14 06:28:17 +03:00
parent 8dbdbe988f
commit 6f81544ebe

View File

@ -142,7 +142,7 @@ input[type="color"] {
align-items: stretch; align-items: stretch;
padding: 1em; padding: 1em;
white-space: nowrap; white-space: nowrap;
background-color: hsl(0, 0%, 94%); background-color: rgba(0, 0, 0, .05);
margin: 0; margin: 0;
} }