update static files

urosm 2024-04-12 22:31:22 +02:00
parent 054c424b01
commit 3754a0f8b9
1 changed files with 9 additions and 1 deletions

View File

@ -162,7 +162,7 @@ body>main {
scroll-snap-type: x proximity; scroll-snap-type: x proximity;
} }
body>main>article { body>main>* {
overflow-y: scroll; overflow-y: scroll;
padding: var(--v-un) var(--h-un); padding: var(--v-un) var(--h-un);
scroll-snap-align: center; scroll-snap-align: center;
@ -172,6 +172,14 @@ article:focus {
outline: none; outline: none;
} }
body>main>article#start>h1>a::before {
content: "> ";
}
body>main>article#start>h1>a:after {
content: " <";
}
/* toc */ /* toc */
nav.toc { nav.toc {
margin-block: var(--v-un); margin-block: var(--v-un);