Spaces:
Running
Running
Update styles.css
Browse files- styles.css +4 -3
styles.css
CHANGED
@@ -49,12 +49,13 @@ a:active {
|
|
49 |
}
|
50 |
|
51 |
.button {
|
52 |
-
background-color: #
|
53 |
border: none;
|
54 |
color: white;
|
55 |
padding-left: 15px;
|
56 |
padding-right: 15px;
|
57 |
-
|
|
|
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: #
|
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 {
|