浏览代码

PG - status bar color updated to red

Temechon 8 年之前
父节点
当前提交
71673dd06f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Playground/css/index.css

+ 1 - 1
Playground/css/index.css

@@ -298,7 +298,7 @@ body {
 
 .navbarBottom #statusBar {
     line-height:30px;
-    color: #999;
+    color: #E74C3C;
     font-family: 'Inconsolata';
     padding-left:20px;
 }