Browse Source

changed nav-tab color to white

AkiraLaine 9 years ago
parent
commit
c2734c5328
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/client/app.css

+ 3 - 0
app/client/app.css

@@ -1247,6 +1247,9 @@ nav form input[type="image"]{
     font-size: 18px;
     color: white;
 }
+.nav-tabs li a{
+    color: white;
+}
 
 /* https://css-tricks.com/custom-scrollbars-in-webkit/ */