Stylings
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
.option {
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.select :global(.factory-select__control) {
|
||||
background-color: #222;
|
||||
@@ -8,15 +12,11 @@
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.option {
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
.option:is(:hover, :focus-visible) {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.select :global(.factory-select__multi-value__label) {
|
||||
color: #dddddd;
|
||||
color: #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user