update static files
parent
054c424b01
commit
3754a0f8b9
|
@ -162,7 +162,7 @@ body>main {
|
|||
scroll-snap-type: x proximity;
|
||||
}
|
||||
|
||||
body>main>article {
|
||||
body>main>* {
|
||||
overflow-y: scroll;
|
||||
padding: var(--v-un) var(--h-un);
|
||||
scroll-snap-align: center;
|
||||
|
@ -172,6 +172,14 @@ 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