Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
body {
|
2 |
background-color: #32CD32; /* Green background */
|
3 |
-
color: white;
|
4 |
font-family: 'Comic Sans MS', cursive, sans-serif;
|
5 |
}
|
6 |
|
@@ -13,4 +13,3 @@ body {
|
|
13 |
background-color: white;
|
14 |
color: green;
|
15 |
}
|
16 |
-
|
|
|
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 |
|
|
|
13 |
background-color: white;
|
14 |
color: green;
|
15 |
}
|
|