diff --git a/src/components/framework/footer.js b/src/components/framework/footer.js index 630ffaf33..f47134383 100644 --- a/src/components/framework/footer.js +++ b/src/components/framework/footer.js @@ -26,6 +26,14 @@ const FooterStyles = styled.div` font-weight: 300; } + ol { + font-weight: 300; + } + + ul { + font-weight: 300; + } + h1 { font-weight: 700; font-size: 2.50em; @@ -122,6 +130,28 @@ const FooterStyles = styled.div` margin-bottom: 2px; } + table { + font-weight: 300; + margin-bottom: 1rem; + + th, + td { + text-align: left; + padding: 0.45rem; + vertical-align: top; + border-top: 1px solid #dee2e6; + } + + thead th { + vertical-align: bottom; + border-bottom: 2px solid #dee2e6; + } + + tbody + tbody { + border-top: 2px solid #dee2e6; + } + } + `; export const getAcknowledgments = (metadata, dispatch) => {