Spaces:
Runtime error
Runtime error
| body { | |
| background-color: #1f1f1f; | |
| color: #ffffff; | |
| font-family: Arial, sans-serif; | |
| } | |
| .gr-form input[type="text"], | |
| .gr-form select { | |
| background-color: #333333 ; | |
| border: 1px solid #777777 ; | |
| color: #ffffff ; | |
| } | |
| .gr-output { | |
| background-color: #333333 ; | |
| border: 2px solid #777777 ; | |
| border-radius: 5px; | |
| padding: 10px; | |
| margin-top: 20px; | |
| } | |
| .gr-control.gr-number input { | |
| width: 100px ; | |
| } | |