mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Update popup colors to match new Firefox colors
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user