Spaces:
Running
Running
Update styles.css
Browse files- styles.css +8 -0
styles.css
CHANGED
@@ -65,6 +65,14 @@ a:active {
|
|
65 |
font-weight: 900;
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
.button {
|
69 |
background-color: #0d131f;
|
70 |
border: none;
|
|
|
65 |
font-weight: 900;
|
66 |
}
|
67 |
|
68 |
+
.link:hover {
|
69 |
+
color: ##FFD21E;
|
70 |
+
}
|
71 |
+
|
72 |
+
.link:active {
|
73 |
+
color: ##FFD21E;
|
74 |
+
}
|
75 |
+
|
76 |
.button {
|
77 |
background-color: #0d131f;
|
78 |
border: none;
|