fix: improve account filter option contrast
This commit is contained in:
+20
-2
@@ -1946,8 +1946,26 @@ body,
|
||||
grid-template-columns: minmax(145px, 0.32fr) minmax(0, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.account-modal label {
|
||||
|
||||
.account-picker-filter {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
.account-picker-filter option {
|
||||
color: #ece6dd;
|
||||
background: #0c1322;
|
||||
}
|
||||
|
||||
:root[data-theme="light"] .account-picker-filter {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
:root[data-theme="light"] .account-picker-filter option {
|
||||
color: #0f223d;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.account-modal label {
|
||||
display: block;
|
||||
margin-bottom: 6px;
|
||||
color: color-mix(in srgb, var(--text) 92%, var(--muted));
|
||||
|
||||
Reference in New Issue
Block a user