Try deploy
Some checks failed
Build and Deploy DAVE | DMGs Site / deploy (push) Failing after 3m22s

This commit is contained in:
2026-03-05 11:39:28 +01:00
parent ea0f471fd3
commit 3dec403492
40 changed files with 1093 additions and 117 deletions

View File

@@ -57,8 +57,7 @@ const image = images[imagePath]?.default;
}
.caption {
padding: var(--spacing-snug);
font-family: var(--font-mono);
padding: var(--space-4);
color: var(--color-text-inverse);
background-color: var(--color-surface-inverse);
}
@@ -70,6 +69,6 @@ const image = images[imagePath]?.default;
.caption-text,
.caption-meta {
font-size: var(--typo-size-sm);
@mixin typo_code;
}
</style>