possibly first working draft

This commit is contained in:
2026-02-01 16:55:40 +01:00
parent e27aadc603
commit 92a6f84540
18 changed files with 450 additions and 270 deletions

View File

@ -259,4 +259,13 @@
margin: 1em 0;
border-bottom: dotted 2px var(--heading1);
}
.note-title {
display: flex;
}
.note-title a {
padding-left: 1em;
font-size: 0.9em;
}
}