From 068909dc03b281d55618c12036de1221e27cbfbe Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 26 Apr 2016 10:06:46 -0700 Subject: [PATCH] Tweak header text color --- default_app/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default_app/index.html b/default_app/index.html index 61f7e01c0eef..f1a1142aa849 100644 --- a/default_app/index.html +++ b/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 {