Update base fontsize on progress page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user