Spaces:
Sleeping
Sleeping
| /* style.css */ | |
| body { | |
| background-color: #0f0f0f; | |
| color: white; | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |
| } | |
| .gradio-container { | |
| max-width: 1000px; | |
| margin: auto; | |
| background-color: #1a1a1a; | |
| border-radius: 10px; | |
| padding: 20px; | |
| } | |
| .tab-wrap { | |
| background-color: #222; | |
| } | |
| button { | |
| background-color: #8e44ad ; | |
| border: none ; | |
| color: white ; | |
| } | |
| button:hover { | |
| background-color: #9b59b6 ; | |
| } |