Showing 1 changed files with 8 additions and 1 deletions
+8 -1
dist/css/hackernews.css
... ...
@@ -6,10 +6,17 @@ html * {
6 6
 
7 7
 .nav>li>a {
8 8
     font-size: 12pt;
9
+    font-weight: normal;
10
+    color: #828282;
9 11
 }
10 12
 
13
+a {
14
+    color: #8aa;
15
+    font-weight: bold;
16
+}
11 17
 a:focus, a:hover {
12
-    color: #f66;
18
+    color: #8aa;
19
+    font-weight: bold;
13 20
 }
14 21
 
15 22
 h4 {