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 1/4] Update skeleton.css --- css/skeleton.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c59..c402c300b 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; From e88eb5b11c5472a6ceff122a0e4c0bd8bc301668 Mon Sep 17 00:00:00 2001 From: Rupeshiya <31209617+Rupeshiya@users.noreply.github.com> Date: Sun, 25 Feb 2018 21:55:27 +0530 Subject: [PATCH 2/4] Update index.html --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c81c19074..90462971b 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,17 @@