patch footer styling
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful

This commit is contained in:
sorrel 2024-02-26 15:51:19 -05:00
parent f052c87c9c
commit 05a594830e

View file

@ -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;