소스 검색

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 {
 .navbarBottom #statusBar {
     line-height:30px;
     line-height:30px;
-    color: #999;
+    color: #E74C3C;
     font-family: 'Inconsolata';
     font-family: 'Inconsolata';
     padding-left:20px;
     padding-left:20px;
 }
 }