mvaloatto commited on
Commit
bfe547a
·
verified ·
1 Parent(s): 4ca985a

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +12 -0
styles.css CHANGED
@@ -43,6 +43,13 @@ h3 {
43
  text-align: left;
44
  }
45
 
 
 
 
 
 
 
 
46
  a:link {
47
  font-size: 16px;
48
  color: #FFFFFF;
@@ -65,6 +72,11 @@ a:active {
65
  font-weight: 900;
66
  }
67
 
 
 
 
 
 
68
  .link:hover {
69
  color: ##FFD21E;
70
  }
 
43
  text-align: left;
44
  }
45
 
46
+ h4 {
47
+ font-size: 15px;
48
+ color: #FFFFFF;
49
+ font-weight: 200;
50
+ text-align: left;
51
+ }
52
+
53
  a:link {
54
  font-size: 16px;
55
  color: #FFFFFF;
 
72
  font-weight: 900;
73
  }
74
 
75
+ .small-link {
76
+ font-size: 15px;
77
+ font-weight: 200;
78
+ }
79
+
80
  .link:hover {
81
  color: ##FFD21E;
82
  }