Skip to content

Commit

Permalink
Merge pull request emberjs#3656 from jenweber/remove-pink
Browse files Browse the repository at this point in the history
update background on non-homepages to match ember-styleguide (remove pink)
  • Loading branch information
MelSumner authored Oct 26, 2018
2 parents 1bdedc7 + 542edbd commit 13db184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/stylesheets/site.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $small-max-width: 767px;

body {
-webkit-font-smoothing: antialiased;
background-color: rgba(250,235,232,0.36); //white is too white in contrast to ember orange
background-color: $white;
color: #444444;
font-family: $base-font-family;
font-weight: normal; //for iOS
Expand Down

0 comments on commit 13db184

Please sign in to comment.