add symbol nav left page

This commit is contained in:
Julie Blanc 2026-03-16 09:48:16 +01:00
parent 15aaf441cd
commit 512d62e5df
6 changed files with 139 additions and 79 deletions

View file

@ -12,16 +12,9 @@
.container-following-note + p,
p + p{
/* text-indent: 30%; */
position: relative;
/* text-indent: -6ch; */
}
p::before{
content: ".............";
content: "............";
font-size: var(--sign-size);
color: var(--sign-color);
letter-spacing: var(--sign-spacing);
@ -32,13 +25,13 @@ p::before{
left: 0; */
}
h4{
border: var(--border-grey);
background: none;
.following-h3::before{
display: none!important;
}
blockquote p{
/* font-family: var(--mono); */
}