update `public_html` static files
parent
468379d99b
commit
80e2894a1b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue