Add widget styles for options/popup dark theme

This commit is contained in:
hensm
2020-02-17 00:57:04 +00:00
parent ae82679a8f
commit 1323682a67
6 changed files with 135 additions and 41 deletions

View File

@@ -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;
}