Keiraj's picture
Update style.css
d297696 verified
raw
history blame
302 Bytes
.gradio-container {
background-color: #c48fc4; /* Pink background */
font-family: "Comic Sans MS"; /* Fun font */
}
.gradio-button {
background-color: #ff66b2; /* Pink button */
color: white; /* White text */
}
.gradio-input {
background-color: #ffccff; /* Pink input box */
}