瀏覽代碼

further adjusted navigation link styles

Casey DeLorme 10 年之前
父節點
當前提交
7dd2f0f225
共有 1 個文件被更改,包括 3 次插入1 次删除
  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 {