Initial Quartz setup for Castle Docs

This commit is contained in:
Patrick Mulligan 2026-01-01 11:16:51 +01:00
commit 222b641084
288 changed files with 36834 additions and 0 deletions

View file

@ -0,0 +1,14 @@
.content-meta {
margin-top: 0;
color: var(--darkgray);
&[show-comma="true"] {
> *:not(:last-child) {
margin-right: 8px;
&::after {
content: ",";
}
}
}
}