seeding expansion

also: replace energy output with energy output density
This commit is contained in:
2026-03-04 13:21:20 -06:00
parent aa6eb72a74
commit e99a14d087
16 changed files with 1078 additions and 117 deletions

View File

@@ -647,5 +647,11 @@ select option {
margin-top: 0.25rem;
}
/* ── Admin warning box ──────────────────────────────────── */
.warning-box {
border-color: rgba(184,147,92,0.4);
background: rgba(184,147,92,0.06);
}
/* ── Google Fonts import ─────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');