Update base fontsize on progress page

This commit is contained in:
Awais Jibran
2020-12-10 01:11:52 +05:00
parent 354c9ada5f
commit f2305ad8c3

View File

@@ -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