Explorar el Código

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

Muhammad Talha Mansoor hace 13 años
padre
commit
9fbf8e098f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;