feat: update layout and styling, extend memorial page content

Enhanced layout snippet with conditional styling support for dark mode. Updated typography and grid classes for improved text and visual consistency. Added additional memorial section content, including headings and text fields for tributes. Expanded blueprint definitions with new block types (`line`, `gallery`, and `quote`). Adjusted chessboard piece and square dimensions in `pgn4web.css` for refined appearance.
This commit is contained in:
2025-07-06 17:00:58 +02:00
parent 364045a99b
commit b6f077a8c4
10 changed files with 89 additions and 29 deletions
+10 -10
View File
@@ -43,19 +43,19 @@
@layer components {
p {
font-family: var(--font-serif);
@apply text-2xl font-serif;
}
h1 {
font-family: var(--font-sans);
font-size: var(--text-3xl);
font-weight: var(--font-weight-semibold);
padding-bottom: 1rem;
@apply text-6xl font-sans py-8;
}
h2 {
font-family: var(--font-sans);
font-size: var(--text-xl);
font-weight: var(--font-weight-semibold);
padding-top: 0.7rem;
padding-bottom: 0.7rem;
@apply text-3xl font-sans py-4;
}
.blockpage p {
@apply py-4;
}
}