Spaces:
Running
on
T4
Running
on
T4
body { | |
background: url('bg.png') no-repeat center center fixed; | |
background-size: cover; | |
font-family: monospace; | |
color: #00ff88 ; | |
} | |
.gradio-container { | |
background-color: rgba(0, 0, 0, 0.8) ; | |
border-radius: 12px; | |
padding: 20px; | |
box-shadow: 0 0 20px #00ff88; | |
} | |
h1, h2, h3, label, .gr-button { | |
color: #00ff88 ; | |
} | |
.gr-button { | |
background-color: black ; | |
border: 1px solid #00ff88 ; | |
color: #00ff88 ; | |
} | |