update `public_html` static files

master
urosm 2024-06-26 17:36:39 +02:00
parent c77f812eb0
commit 105e1b34fd
1 changed files with 26 additions and 2 deletions

View File

@ -183,10 +183,13 @@ li :is(blockquote, div, dl, figure, hr, menu, ol, p, pre, ul) {
margin-top: unset;
}
li p+p {
text-indent: 1ch;
}
hr {
color: unset;
border: unset;
text-align: center;
}
hr::after {
@ -217,7 +220,8 @@ a:link {
text-decoration-color: var(--blue);
}
a:link:active {
a:active {
color: var(--red);
text-decoration-color: var(--red);
}
@ -342,7 +346,27 @@ div.horizontal>* {
text-align: center;
}
/* footnotes */
a.footnote-ref>sup {
font-size: unset;
vertical-align: unset;
}
a.footnote-back {
color: var(--blue);
}
a.footnote-back:active {
color: var(--red);
}
/* internal links */
a.internal-next {
color: var(--blue);
}
a.internal-next:active {
color: var(--red);
}