patch footer styling
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
This commit is contained in:
parent
f052c87c9c
commit
05a594830e
1 changed files with 13 additions and 1 deletions
|
@ -54,10 +54,22 @@ div.hx-target section {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.hx-target footer, article.composed-article footer {
|
div.hx-target footer {
|
||||||
display: none;
|
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 {
|
a {
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
|
Loading…
Reference in a new issue