27 lines
492 B
CSS
27 lines
492 B
CSS
body {
|
|
background-color: #0f0f0f;
|
|
color: #7a7c7d;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
color: #7a7c7d;
|
|
}
|
|
|
|
input {
|
|
background-color: #0f0f0f !important;
|
|
color: #7a7c7d !important;
|
|
border: 2px solid #7a7c7d !important;
|
|
border-radius: 4px !important;
|
|
font-size: 14px !important;
|
|
line-height: 20px !important;
|
|
padding: 5px !important;
|
|
}
|
|
|
|
.DateInput {
|
|
background: #0f0f0f !important;
|
|
}
|
|
|
|
.SingleDatePickerInput__withBorder {
|
|
border: 0px !important;
|
|
} |