update `public_html` static files

master
urosm 2024-04-12 23:18:20 +02:00
parent 468379d99b
commit 80e2894a1b
1 changed files with 1 additions and 9 deletions

View File

@ -114,7 +114,7 @@ hr {
text-align: center;
}
hr:after {
hr::after {
content: "---";
}
@ -172,14 +172,6 @@ article:focus {
outline: none;
}
body>main>article#start>h1>a::before {
content: "> ";
}
body>main>article#start>h1>a:after {
content: " <";
}
/* toc */
nav.toc {
margin-block: var(--v-un);