Telco-Customer-Churn / styles.css
Azie88
css
0a6b3be
raw
history blame
373 Bytes
body {
background-color: #121212;
color: #ffffff;
}
.gradio-container {
background-color: #121212;
color: #ffffff;
}
.gr-input, .gr-label, .gr-button, .gr-radio, .gr-slider {
background-color: #333333;
color: #ffffff;
border-color: #444444;
}
.gr-button {
background-color: #444444;
}
.gr-button:hover {
background-color: #555555;
}