diff --git a/custom/styles/base.css b/custom/styles/base.css index c31c7b0..0f5072b 100644 --- a/custom/styles/base.css +++ b/custom/styles/base.css @@ -55,6 +55,17 @@ a { .escape { grid-column: 1 / -1 !important } +.unescape { + max-width: 42rem; + margin-left: auto; + margin-right: auto; + & * { + max-width: inherit; + margin-left: inherit; + margin-right: inherit; + } +} + /* HEADER */ header { border-bottom: 3px #00000022 solid; @@ -94,7 +105,7 @@ main { grid-area: main; background-color: var(--color-green-light); padding-bottom: 2rem; - aside { margin-top: 1.3em } + aside, form { margin-top: 1.3em } article { .intro { font-size: 1.2rem; line-height: 1.35em } .footnotes { @@ -134,6 +145,8 @@ table { background-color: transparent; color: var(--color-grey); outline: .08rem var(--color-grey) solid; + border: none; + cursor: pointer; font: inherit; &:hover { background-color: var(--color-grey); color: white; outline: none } &:active, &.active { background-color: var(--color-green); color: white; outline: none }