Adjust font colors

// FREEBIE
This commit is contained in:
lilia 2016-03-20 23:36:45 -07:00
parent a925657c45
commit f72c1dff13
3 changed files with 4 additions and 6 deletions

View file

@ -30,7 +30,7 @@ body {
#header { #header {
background-color: $grey_l; background-color: $grey_l;
color: black; color: $grey_d;
&.active { &.active {
background-color: $blue; background-color: $blue;
@ -42,7 +42,6 @@ body {
line-height: 64px; line-height: 64px;
padding-left: 20px; padding-left: 20px;
font-size: 22px; font-size: 22px;
color: #ffffff;
font-weight: normal; font-weight: normal;
} }
} }

View file

@ -9,7 +9,7 @@
} }
.gutter { .gutter {
color: #000000; color: $grey_d;
float: left; float: left;
width: 300px; width: 300px;
.content { .content {

View file

@ -39,7 +39,7 @@ body {
#header { #header {
background-color: #f3f3f3; background-color: #f3f3f3;
color: black; } color: #454545; }
#header.active { #header.active {
background-color: #2090ea; background-color: #2090ea;
color: white; } color: white; }
@ -48,7 +48,6 @@ body {
line-height: 64px; line-height: 64px;
padding-left: 20px; padding-left: 20px;
font-size: 22px; font-size: 22px;
color: #ffffff;
font-weight: normal; } font-weight: normal; }
.title-text { .title-text {
@ -439,7 +438,7 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
overflow: auto; } overflow: auto; }
.gutter { .gutter {
color: #000000; color: #454545;
float: left; float: left;
width: 300px; } width: 300px; }
.gutter .content { .gutter .content {