From 6f81544ebe2273b93ac6ee59ac8e521cf74e617b Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 14 Dec 2017 06:28:17 +0300 Subject: [PATCH] use a theme-friendly transparent color for the #actions bg --- options/options.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/options.css b/options/options.css index 82584316..0051adc6 100644 --- a/options/options.css +++ b/options/options.css @@ -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; }