From f826cf16d7618aa6d7761cc4eba35b99fcbece12 Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Tue, 17 Apr 2018 12:42:26 +0200 Subject: [PATCH] fix various default style bugs --- src/less/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/less/style.less b/src/less/style.less index c571fe0..ff90101 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -1,4 +1,4 @@ -html { font-size: 16px } +html,body { font-size: 16px } @font-face { font-family: PostGrotesk-Book; @@ -1209,7 +1209,7 @@ label[for="input-hidden"] { } body { - background-color: #eaecee; + background-color: #f2f5f8; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }