Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
[#103] feat (styles) -> brighten and desaturate body background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
greengiraffe committed Jan 31, 2017
1 parent 1dd57e3 commit e9c4ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
font-family: $font-stack;
font-weight: 400;
color: $blackish;
background: $primary-lighter;//$grey-extralight;
background: $primary-greyish;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Expand Down
1 change: 1 addition & 0 deletions assets/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $primary: #41D1AC;
$primary-light: tint($primary, 25);
$primary-lighter: tint($primary, 50);
$primary-extralight: tint($primary, 75);
$primary-greyish: shade(tint($primary, 95), 5);
$primary-dark: shade($primary, 10);
$primary-darker: shade($primary, 35);

Expand Down

0 comments on commit e9c4ab5

Please sign in to comment.