|
body {
|
|
font-family: Arial, sans-serif;
|
|
color: #000;
|
|
}
|
|
|
|
.gradio-container {
|
|
background-color: #1a3e63;
|
|
}
|
|
|
|
.gradio-block, .gradio-column, .gradio-row {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
margin: 10px;
|
|
padding: 20px;
|
|
}
|
|
|
|
.gradio-markdown {
|
|
color: #000;
|
|
}
|
|
|
|
.gradio-button {
|
|
background-color: #4CAF50;
|
|
color: white;
|
|
border: none;
|
|
padding: 10px 20px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 4px 2px;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.gradio-checkbox-group, .gradio-checkbox {
|
|
color: #000;
|
|
}
|
|
|
|
.gradio-textbox {
|
|
color: #000;
|
|
}
|
|
|
|
.gradio-header {
|
|
color: #000;
|
|
}
|
|
|
|
.gradio-container p, .gradio-container h1, .gradio-container h2, .gradio-container h3, .gradio-container h4, .gradio-container h5, .gradio-container h6 {
|
|
color: #000;
|
|
}
|
|
|