diff --git a/src/sass/_scaffolding.scss b/src/sass/_scaffolding.scss index ea48dc1..fcc60c3 100755 --- a/src/sass/_scaffolding.scss +++ b/src/sass/_scaffolding.scss @@ -19,7 +19,6 @@ body { line-height: $line-height-base; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - font-feature-settings: "kern"; height: 100%; } @@ -33,7 +32,6 @@ textarea { line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - font-feature-settings: "kern"; } // add space at the top since ios7 apps are now fullscreen diff --git a/src/sass/views/_mail-list.scss b/src/sass/views/_mail-list.scss index 6a9444a..107f966 100755 --- a/src/sass/views/_mail-list.scss +++ b/src/sass/views/_mail-list.scss @@ -4,7 +4,6 @@ position: relative; height: 100%; width: 100%; - background: $color-grey-lighterer; background-image: linear-gradient(to right ,$color-grey-lighterer 98%, darken($color-grey-lighterer, 1%) 100%);