diff --git a/static/style/styles.css b/static/style/styles.css index fb199cc..030f26c 100644 --- a/static/style/styles.css +++ b/static/style/styles.css @@ -54,10 +54,22 @@ div.hx-target section { margin: 3px; } -div.hx-target footer, article.composed-article footer { +div.hx-target footer { display: none; } +article.composed-article footer { + display: none; +} + +footer { + margin-top: 1em; + border-color: var(--visited-link-color); + border-top-width: 6px; + border-top-style: double; + padding-top: 1em; +} + a { font-family: 'Courier New', Courier, monospace; font-size: small;