Просмотр исходного кода

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

Muhammad Talha Mansoor лет назад: 13
Родитель
Сommit
9fbf8e098f
1 измененных файлов с 1 добавлено и 1 удалено
  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;