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

color change

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -73,7 +73,7 @@
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;
@@ -90,7 +90,7 @@
90
  h2 {
91
  text-align: center;
92
  margin-top: 25px;
93
- color:rgb(255, 255, 255);
94
  }
95
 
96
  @media (max-width: 768px) {
 
73
  display: block;
74
  margin: 30px auto 0 auto;
75
  padding: 12px 30px;
76
+ background-color:rgb(12, 3, 3);
77
  color: #fff;
78
  font-size: 16px;
79
  font-weight: bold;
 
90
  h2 {
91
  text-align: center;
92
  margin-top: 25px;
93
+ color:rgb(236, 6, 6);
94
  }
95
 
96
  @media (max-width: 768px) {