瀏覽代碼

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

Muhammad Talha Mansoor 13 年之前
父節點
當前提交
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;