Spaces:
Sleeping
Sleeping
File size: 309 Bytes
5e58f11 5a63b7b 5e58f11 fafc9b0 06cc4fe 5e58f11 fafc9b0 06cc4fe 5e58f11 06cc4fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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;
}
|