Parcourir la source

Makes the color of text in top menu bar lighter so that it stays prominent in iPad

Muhammad Talha Mansoor il y a 13 ans
Parent
commit
9fbf8e098f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      css/custom.css

+ 1 - 1
css/custom.css

@@ -12,7 +12,7 @@ body {
 
 .topNavBar {
    background-color: black;
-   color: #999;
+   color: #D1D1D1;
    font-family: Consolas,monospace, "Courier New";
    font-size: 0.8em;
    text-align:right;