undraft dreams

This commit is contained in:
Lewis Wynne 2026-05-04 17:11:21 +01:00
parent e023640648
commit 4b3a8503bb
2 changed files with 20 additions and 2 deletions

View file

@ -123,3 +123,13 @@ mark {
text-align: right;
font-style: italic;
}
.notes--glossary {
grid-template-columns: max-content 1fr;
gap: 0.5rem 1.5rem;
}
.notes--glossary .meta {
color: black;
font-style: italic;
}