Keira commited on
Commit
e2b2ce4
·
1 Parent(s): 19e3403

Deleted style.css file

Browse files
Files changed (1) hide show
  1. style.css +0 -15
style.css DELETED
@@ -1,15 +0,0 @@
1
- body {
2
- background-color: #32CD32; /* Green background */
3
- color: white !important; /* White text */
4
- font-family: 'Comic Sans MS', cursive, sans-serif;
5
- }
6
-
7
- .stTextInput input {
8
- background-color: white;
9
- color: black;
10
- }
11
-
12
- .stButton button {
13
- background-color: white;
14
- color: green;
15
- }