You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
530 B
29 lines
530 B
10 months ago
|
body {
|
||
|
background-color: #242829;
|
||
|
}
|
||
|
|
||
|
.Select {
|
||
|
background-color: rgb(27, 29, 30);
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.Select .Select-value {
|
||
|
background-color: rgb(27, 29, 30);
|
||
|
}
|
||
|
|
||
|
.Select-control {
|
||
|
background-color: rgb(25, 25, 25) !important;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.Select-menu-outer {
|
||
|
background-color: rgb(27, 29, 30);
|
||
|
color: #fff;
|
||
|
border-radius: 10;
|
||
|
}
|
||
|
|
||
|
|
||
|
.has-value.Select--single>.Select-control .Select-value .Select-value-label, .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{
|
||
|
color: white
|
||
|
}
|