Vishalakak commited on
Commit
9b24e09
·
1 Parent(s): 3502e7e

color changed

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -2
templates/index.html CHANGED
@@ -33,10 +33,11 @@
33
  .form-container {
34
  max-width: 900px;
35
  margin: 0 auto;
36
- background-color: #fff;
37
  padding: 25px 30px;
38
  border-radius: 10px;
39
- box-shadow: 0 4px 12px rgba(133, 56, 56, 0.1);
 
40
  }
41
 
42
  .form-grid {
 
33
  .form-container {
34
  max-width: 900px;
35
  margin: 0 auto;
36
+ background-color: rgba(30, 30, 30, 0.85);
37
  padding: 25px 30px;
38
  border-radius: 10px;
39
+ box-shadow: 0 4px 12px rgba(231, 49, 49, 0.1);
40
+ color: #fff;
41
  }
42
 
43
  .form-grid {