AudioMaster / style.css
tee342's picture
Create style.css
5653c9c verified
raw
history blame
493 Bytes
/* style.css */
body {
background-color: #0f0f0f;
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.gradio-container {
max-width: 1000px;
margin: auto;
background-color: #1a1a1a;
border-radius: 10px;
padding: 20px;
}
.tab-wrap {
background-color: #222;
}
button {
background-color: #8e44ad !important;
border: none !important;
color: white !important;
}
button:hover {
background-color: #9b59b6 !important;
}