Spaces:
Sleeping
Sleeping
body { | |
background-color: #32CD32; /* Green background */ | |
color: white ; /* White text */ | |
font-family: 'Comic Sans MS', cursive, sans-serif; | |
} | |
.stTextInput input { | |
background-color: white; | |
color: black; | |
} | |
.stButton button { | |
background-color: white; | |
color: green; | |
} | |