imseldrith commited on
Commit
4cd087b
·
1 Parent(s): 7423a30

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -15,9 +15,9 @@
15
  max-width: 600px;
16
  margin: 0 auto;
17
  padding: 40px;
18
- background-color: #ffffff;
19
  border-radius: 10px;
20
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
21
  }
22
 
23
  h1 {
 
15
  max-width: 600px;
16
  margin: 0 auto;
17
  padding: 40px;
18
+ background-color: transparent; /* Updated */
19
  border-radius: 10px;
20
+ box-shadow: none; /* Updated */
21
  }
22
 
23
  h1 {