Merge release-description-blurb into dev (render release Description blurb on Session, Mix, and Cut detail pages)

This commit is contained in:
daniel-c-harvey
2026-06-17 14:50:04 -04:00
5 changed files with 47 additions and 0 deletions
@@ -680,3 +680,23 @@ h2, h3, h4, h5, h6,
margin: 0 auto;
}
}
/* =============================================================================
RELEASE DESCRIPTION BLURB
Shared block rendered just below the hero/header on every release detail page
(Session, Mix, Cut). Theme-driven colours keep it legible in both palettes.
============================================================================= */
.deepdrft-release-description {
margin: 1.5rem 0;
}
.deepdrft-release-description-text {
margin: 0;
max-width: 60ch;
font-family: var(--deepdrft-font-body);
font-size: 1.05rem;
line-height: 1.7;
color: var(--mud-palette-text-primary);
opacity: 0.85;
}