Vishalakak commited on
Commit
2324f64
·
1 Parent(s): 2d10051

color changed

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -54,7 +54,7 @@
54
  label {
55
  margin-bottom: 6px;
56
  font-weight: bold;
57
- color:rgb(43, 87, 130);
58
  }
59
 
60
  input[type="text"], select {
@@ -73,7 +73,7 @@
73
  display: block;
74
  margin: 30px auto 0 auto;
75
  padding: 12px 30px;
76
- background-color: #3498db;
77
  color: #fff;
78
  font-size: 16px;
79
  font-weight: bold;
@@ -84,7 +84,7 @@
84
  }
85
 
86
  .submit-btn:hover {
87
- background-color: #2980b9;
88
  }
89
 
90
  h2 {
 
54
  label {
55
  margin-bottom: 6px;
56
  font-weight: bold;
57
+ color:rgb(210, 210, 210);
58
  }
59
 
60
  input[type="text"], select {
 
73
  display: block;
74
  margin: 30px auto 0 auto;
75
  padding: 12px 30px;
76
+ background-color:rgb(250, 250, 250);
77
  color: #fff;
78
  font-size: 16px;
79
  font-weight: bold;
 
84
  }
85
 
86
  .submit-btn:hover {
87
+ background-color:hsl(25, 63.70%, 44.30%);
88
  }
89
 
90
  h2 {