feat: add link to status page
1 file changed, 11 insertions(+), 5 deletions(-)
changed files
M frontend/static/style.css → frontend/static/style.css
@@ -88,7 +88,8 @@ margin-inline-start: 1rem; } dd > p, -td > p { +td > p, +blockquote > p { margin: unset; }@@ -133,10 +134,6 @@ h3 { margin: unset; font-size: 1.25rem; display: inline-block; -} - -blockquote > p { - margin: unset; } dialog {@@ -211,6 +208,15 @@ var { font-style: normal; font-family: var(--mono-font); +} + +body > footer { + margin-top: 2rem; + padding-top: 0.5rem; +} + +body > footer > p { + margin: 0.5rem 0; } @media only screen and (max-width: 600px) {