From f2305ad8c39dfd9c721ed4641af646418528e635 Mon Sep 17 00:00:00 2001 From: Awais Jibran Date: Thu, 10 Dec 2020 01:11:52 +0500 Subject: [PATCH] Update base fontsize on progress page --- lms/static/sass/base/_base.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lms/static/sass/base/_base.scss b/lms/static/sass/base/_base.scss index 4cfee159fb..737564cf8c 100644 --- a/lms/static/sass/base/_base.scss +++ b/lms/static/sass/base/_base.scss @@ -5,20 +5,21 @@ // overflow-y: scroll; // } -html, -body { +html { font-family: $font-family-sans-serif; font-size: $font-size-base; font-style: normal; line-height: 1em; -} - -html { background: theme-color("inverse"); + } body { + font-family: $font-family-sans-serif; + font-style: normal; + line-height: 1em; background: $body-bg; + } // removing the outline on any element that we make programmatically focusable