Spaces:
Runtime error
Runtime error
File size: 488 Bytes
f80444e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | body {
background-color: #1f1f1f;
color: #ffffff;
font-family: Arial, sans-serif;
}
.gr-form input[type="text"],
.gr-form select {
background-color: #333333 !important;
border: 1px solid #777777 !important;
color: #ffffff !important;
}
.gr-output {
background-color: #333333 !important;
border: 2px solid #777777 !important;
border-radius: 5px;
padding: 10px;
margin-top: 20px;
}
.gr-control.gr-number input {
width: 100px !important;
}
|