mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Add widget styles for options/popup dark theme
This commit is contained in:
@@ -7,7 +7,7 @@ body {
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: var(--grey-70) !important;
|
||||
background: var(--grey-80) !important;
|
||||
color: white !important;
|
||||
}
|
||||
.media-select {
|
||||
@@ -19,7 +19,9 @@ body {
|
||||
}
|
||||
|
||||
.media-select {
|
||||
align-items: center;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
||||
display: flex;
|
||||
margin: 0 1em;
|
||||
padding: 0.75em 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user