From ab06d8465a7e18751994145b548b4ddf1cfde58b Mon Sep 17 00:00:00 2001 From: Rupeshiya <31209617+Rupeshiya@users.noreply.github.com> Date: Sun, 25 Feb 2018 21:45:22 +0530 Subject: [PATCH] Update skeleton.css --- css/skeleton.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..c402c30 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -121,6 +121,7 @@ are based on 10px sizing. So basically 1.5rem = 15px :) */ html { font-size: 62.5%; } body { + background-color:grey; font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; font-weight: 400;