Keiraj commited on
Commit
5a63b7b
·
verified ·
1 Parent(s): 5e58f11

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -2
style.css CHANGED
@@ -1,6 +1,6 @@
1
  body {
2
  background-color: #32CD32; /* Green background */
3
- color: white; /* White text */
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
  }