mvaloatto commited on
Commit
9a2c898
·
verified ·
1 Parent(s): 2585cd6

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +4 -3
styles.css CHANGED
@@ -49,12 +49,13 @@ a:active {
49
  }
50
 
51
  .button {
52
- background-color: #0b101a;
53
  border: none;
54
  color: white;
55
  padding-left: 15px;
56
  padding-right: 15px;
57
- height: 40px;
 
58
  text-align: center;
59
  text-decoration: none;
60
  display: inline-block;
@@ -63,7 +64,7 @@ a:active {
63
  }
64
 
65
  .button:hover {
66
- background-color: #FFD21E;
67
  }
68
 
69
  table {
 
49
  }
50
 
51
  .button {
52
+ background-color: #0d131f;
53
  border: none;
54
  color: white;
55
  padding-left: 15px;
56
  padding-right: 15px;
57
+ padding-top: 10px;
58
+ padding-bottom: 10px;
59
  text-align: center;
60
  text-decoration: none;
61
  display: inline-block;
 
64
  }
65
 
66
  .button:hover {
67
+ background-color: #0b101a;
68
  }
69
 
70
  table {