Explorar el Código

Merge pull request #2021 from Temechon/master

PG - status bar color updated to red
Temechon hace 8 años
padre
commit
6723c05a53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }