Browse Source

further adjusted navigation link styles

Casey DeLorme 10 năm trước cách đây
mục cha
commit
7dd2f0f225
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      public/css/main.css

+ 3 - 1
public/css/main.css

@@ -182,10 +182,12 @@ header h1 {
 nav li {
     font-size: 1.5em;
     line-height: 2;
-    font-weight: bold;
     display: inline;
     padding: 0 15px;
 }
+nav li a {
+    color: #337ab7;
+}
 
 /* footer styles */
 footer {