Spaces:
Paused
Paused
File size: 482 Bytes
db7aa32 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
body {
background: url('bg.png') no-repeat center center fixed;
background-size: cover;
font-family: monospace;
color: #00ff88 !important;
}
.gradio-container {
background-color: rgba(0, 0, 0, 0.8) !important;
border-radius: 12px;
padding: 20px;
box-shadow: 0 0 20px #00ff88;
}
h1, h2, h3, label, .gr-button {
color: #00ff88 !important;
}
.gr-button {
background-color: black !important;
border: 1px solid #00ff88 !important;
color: #00ff88 !important;
}
|