Browse Source

Tweak header text color

Kevin Sawicki 9 years ago
parent
commit
068909dc03
1 changed files with 2 additions and 2 deletions
  1. 2 2
      default_app/index.html

+ 2 - 2
default_app/index.html

@@ -19,7 +19,7 @@
     .header {
       background-color: #2f3241;
       border-bottom: 1px solid #1a1b23;
-      color: #74b1be;
+      color: #9feaf9;
       padding: 15px 30px;
       margin: 0;
     }
@@ -39,7 +39,7 @@
 
     .svg-stroke,
     .svg-fill {
-      stroke: #74b1be;
+      stroke: #9feaf9;
     }
 
     .vertical-middle {