mvaloatto commited on
Commit
c1fb1cc
·
verified ·
1 Parent(s): 1244b91

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +13 -1
styles.css CHANGED
@@ -24,12 +24,24 @@ h1 {
24
  margin-bottom: 16px;
25
  }
26
 
27
- a {
28
  font-size: 18px;
29
  color: #FFFFFF;
30
  text-decoration-line: none;
31
  }
32
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  .user {
34
  font-weight: 500;
35
  }
 
24
  margin-bottom: 16px;
25
  }
26
 
27
+ a:link {
28
  font-size: 18px;
29
  color: #FFFFFF;
30
  text-decoration-line: none;
31
  }
32
 
33
+ a:visited {
34
+ color: #DDDDDD;
35
+ }
36
+
37
+ a:hover {
38
+ color: #DDDDDD;
39
+ }
40
+
41
+ a:active {
42
+ color: #DDDDDD;
43
+ }
44
+
45
  .user {
46
  font-weight: 500;
47
  }