mvaloatto commited on
Commit
cb9b2c7
·
verified ·
1 Parent(s): f6c419d

Update styles.css

Browse files
Files changed (1) hide show
  1. 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;