Spaces:
Sleeping
Sleeping
.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 */ | |
} | |