mvaloatto commited on
Commit
2585cd6
·
verified ·
1 Parent(s): 57fde4f

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +7 -2
styles.css CHANGED
@@ -37,11 +37,11 @@ a:visited {
37
  }
38
 
39
  a:hover {
40
- color: #FFD21E;
41
  }
42
 
43
  a:active {
44
- color: #FFD21E;
45
  }
46
 
47
  .link {
@@ -59,6 +59,11 @@ a:active {
59
  text-decoration: none;
60
  display: inline-block;
61
  font-size: 18px;
 
 
 
 
 
62
  }
63
 
64
  table {
 
37
  }
38
 
39
  a:hover {
40
+ color: #FFFFFF;
41
  }
42
 
43
  a:active {
44
+ color: #FFFFFF;
45
  }
46
 
47
  .link {
 
59
  text-decoration: none;
60
  display: inline-block;
61
  font-size: 18px;
62
+ transition-duration: 0.4s;
63
+ }
64
+
65
+ .button:hover {
66
+ background-color: #FFD21E;
67
  }
68
 
69
  table {