Reduced overall font size a touch

This commit is contained in:
2020-03-22 12:15:55 +00:00
parent 50ca782569
commit 41b0387e49
8 changed files with 211 additions and 202 deletions

View File

@@ -1 +1,2 @@
$font-size-base: 0.875rem; //Make it look less primary school
$font-family-sans-serif: "Open Sans", sans-serif;

View File

@@ -74,6 +74,10 @@ ins {
color: $gray-400 !important;
}
.btn-light {
background-color: $gray-200 !important;
}
.skip-link {
background: $dark;
outline: unset;
@@ -89,6 +93,11 @@ ins {
transform: translateY(45px); /* TODO Remove absolute positioning */
}
svg {
display: inline;
white-space: no-wrap;
}
html.embedded {
display: flex;
flex-direction: column;