yt_download_choiceQ / style.css
SheilaDesanze's picture
Update style.css
df597df verified
raw
history blame contribute delete
569 Bytes
body {
background-color: #8B0000 !important;
font-family: Arial, sans-serif;
color: #FFFFFF !important;
}
h1 {
color: #FFFFFF !important;
text-align: center;
}
span, label {
color: #000000 !important;
}
.gradio-container {
background-color: #8B0000 !important;
padding: 20px;
border-radius: 8px;
}
.gradio-input, .gradio-output {
margin-bottom: 20px;
}
.gradio-label { /* Texto descriptivo */
font-size: 4.2em !important;
}
.gradio-textbox label { /* Etiqueta del cuadro de texto */
font-size: 4.2em !important;
}