Explorar el Código

further adjusted navigation link styles

Casey DeLorme hace 10 años
padre
commit
7dd2f0f225
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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 {