From 62d95df8038b4193a1c5c9c0bb71ce2128272bf1 Mon Sep 17 00:00:00 2001 From: hensm Date: Sun, 17 Apr 2022 11:16:58 +0100 Subject: [PATCH] Update popup colors to match new Firefox colors --- ext/src/ui/popup/styles/index.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ext/src/ui/popup/styles/index.css b/ext/src/ui/popup/styles/index.css index 6ce7082..f9fb3c8 100755 --- a/ext/src/ui/popup/styles/index.css +++ b/ext/src/ui/popup/styles/index.css @@ -1,6 +1,6 @@ body { - background: var(--grey-10); - color: var(--grey-90); + background: var(--box-background); + color: var(--box-color); margin: initial; font: message-box; font-size: 13px; @@ -11,10 +11,6 @@ body { } @media (prefers-color-scheme: dark) { - body { - background: var(--grey-80) !important; - color: white !important; - } .media-select, .receiver:not(:last-child) { border-bottom-color: var(--grey-50) !important; @@ -31,7 +27,7 @@ body { display: flex; font-size: 0.9em; gap: 0.5em; - padding: 0.75em; + padding: 0.5em 0.75em; } .whitelist-suggest > button { --button-background: hsla(0, 0%, 50%, 0.3);