Spaces:
Sleeping
Sleeping
File size: 395 Bytes
78e24c3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
body {
background-color: #121212;
color: #e0e0e0;
font-family: 'Segoe UI', sans-serif;
}
h1, p {
font-family: 'Orbitron', sans-serif;
}
button {
background-color: #00ffff !important;
color: black !important;
font-weight: bold;
border-radius: 10px !important;
}
textarea, input, .gr-textbox {
background: #1f1f1f !important;
color: #fff !important;
border-radius: 8px;
}
|