update static files

urosm 2024-04-12 23:18:20 +02:00
parent 0c7200e7b5
commit c9ae2e66a8
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);