diff --git a/_sass/general.scss b/_sass/general.scss index 0b2e6973..56201235 100644 --- a/_sass/general.scss +++ b/_sass/general.scss @@ -16,6 +16,7 @@ body { font-size: $size-font-normal; line-height: 1.75em; color: $color-text-normal; + background-color: $color-white; font-feature-settings: 'kern' 1; text-rendering: geometricPrecision; text-align: center; diff --git a/_sass/index-page.scss b/_sass/index-page.scss index b1aa5237..54de8300 100644 --- a/_sass/index-page.scss +++ b/_sass/index-page.scss @@ -32,7 +32,7 @@ float: right; font-size: 12px; text-transform: uppercase; - color: rgba(0,0,0,0.2); + color: rgba(0,0,0,0.7); line-height: 24px; margin-top: 7px; margin-bottom: 0;