Update popup colors to match new Firefox colors

This commit is contained in:
hensm
2022-04-17 11:16:58 +01:00
parent 08ab414b42
commit 62d95df803

View File

@@ -1,6 +1,6 @@
body { body {
background: var(--grey-10); background: var(--box-background);
color: var(--grey-90); color: var(--box-color);
margin: initial; margin: initial;
font: message-box; font: message-box;
font-size: 13px; font-size: 13px;
@@ -11,10 +11,6 @@ body {
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
body {
background: var(--grey-80) !important;
color: white !important;
}
.media-select, .media-select,
.receiver:not(:last-child) { .receiver:not(:last-child) {
border-bottom-color: var(--grey-50) !important; border-bottom-color: var(--grey-50) !important;
@@ -31,7 +27,7 @@ body {
display: flex; display: flex;
font-size: 0.9em; font-size: 0.9em;
gap: 0.5em; gap: 0.5em;
padding: 0.75em; padding: 0.5em 0.75em;
} }
.whitelist-suggest > button { .whitelist-suggest > button {
--button-background: hsla(0, 0%, 50%, 0.3); --button-background: hsla(0, 0%, 50%, 0.3);