Keiraj's picture
Update style.css
5a63b7b verified
raw
history blame
309 Bytes
body {
background-color: #32CD32; /* Green background */
color: white !important; /* White text */
font-family: 'Comic Sans MS', cursive, sans-serif;
}
.stTextInput input {
background-color: white;
color: black;
}
.stButton button {
background-color: white;
color: green;
}