PRISIMAImodel / custom.css
EliteGamerCJ's picture
Create custom.css
78e24c3 verified
raw
history blame contribute delete
395 Bytes
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;
}