Aohanah commited on
Commit
ea0b4bf
1 Parent(s): 4ce8472

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -19,13 +19,13 @@
19
  display: inline-block;
20
  margin: 10px;
21
  padding: 10px 20px;
22
- background-color: #90EE90;
23
  color: #000;
24
  text-decoration: none;
25
  border-radius: 5px;
26
  }
27
  .btn:hover {
28
- background-color: #1FBE88
29
  ;
30
  }
31
  </style>
 
19
  display: inline-block;
20
  margin: 10px;
21
  padding: 10px 20px;
22
+ background-color: #00B4F4;
23
  color: #000;
24
  text-decoration: none;
25
  border-radius: 5px;
26
  }
27
  .btn:hover {
28
+ background-color: #008CBA
29
  ;
30
  }
31
  </style>