From f72c1dff130dae93385481b316608fedcc01fb21 Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 20 Mar 2016 23:36:45 -0700 Subject: [PATCH] Adjust font colors // FREEBIE --- stylesheets/_global.scss | 3 +-- stylesheets/_index.scss | 2 +- stylesheets/manifest.css | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 6df889c79b0c..a066ba1c6c83 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -30,7 +30,7 @@ body { #header { background-color: $grey_l; - color: black; + color: $grey_d; &.active { background-color: $blue; @@ -42,7 +42,6 @@ body { line-height: 64px; padding-left: 20px; font-size: 22px; - color: #ffffff; font-weight: normal; } } diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index a84db62eaf1c..e9a1c74ee967 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -9,7 +9,7 @@ } .gutter { - color: #000000; + color: $grey_d; float: left; width: 300px; .content { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 833e7a6fcdef..d6209481548f 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -39,7 +39,7 @@ body { #header { background-color: #f3f3f3; - color: black; } + color: #454545; } #header.active { background-color: #2090ea; color: white; } @@ -48,7 +48,6 @@ body { line-height: 64px; padding-left: 20px; font-size: 22px; - color: #ffffff; font-weight: normal; } .title-text { @@ -439,7 +438,7 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu overflow: auto; } .gutter { - color: #000000; + color: #454545; float: left; width: 300px; } .gutter .content {