Spaces:
Sleeping
Sleeping
| /* Target actual Gradio container and components */ | |
| .gradio-container, | |
| .block, | |
| .form, | |
| .gr-group, { | |
| background-color: white ; | |
| } | |
| /* Target the main content areas */ | |
| .contain, .wrap, .form { | |
| background-color: white ; | |
| } | |
| #control_panel { | |
| background-color: white ; */ | |
| padding: 15px ; | |
| margin: 10px ; | |
| } | |
| #footer { | |
| text-align: center; | |
| color: gray; | |
| font-size: 0.9em; | |
| } | |
| #component-8 { background: red ; } | |
| #component-9 { background: blue ; } | |
| #component-10 { background: green ; } | |
| #component-1 { background: yellow ; } |