Spaces:
Sleeping
Sleeping
body { | |
background-color: #121212; | |
color: #e0e0e0; | |
font-family: 'Segoe UI', sans-serif; | |
} | |
h1, p { | |
font-family: 'Orbitron', sans-serif; | |
} | |
button { | |
background-color: #00ffff ; | |
color: black ; | |
font-weight: bold; | |
border-radius: 10px ; | |
} | |
textarea, input, .gr-textbox { | |
background: #1f1f1f ; | |
color: #fff ; | |
border-radius: 8px; | |
} | |