acg-website: remove ledger background ruling pattern

Removed repeating-linear-gradient background-image that creates horizontal
ledger lines. Bold design has no ledger rulings - clean backgrounds only.

Deployed to ww9.azcomputerguru.com

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 20:33:43 -07:00
parent 7515af3309
commit 45f6676468

View File

@@ -139,7 +139,7 @@ html[data-skin="verdigris"] h1, html[data-skin="verdigris"] h2 { letter-spacing:
/* ---- Skin: Bold (dialed-back radical) ----------------------------------- */ /* ---- Skin: Bold (dialed-back radical) ----------------------------------- */
/* ---- Base signature treatments (Bold design) ---------------------------- */ /* ---- Base signature treatments (Bold design) ---------------------------- */
.ledger { background-image: none; } /* drop ledger rulings */ /* Bold design has no ledger background rulings */
h1, h2, .tier__name, .brand__name { h1, h2, .tier__name, .brand__name {
text-transform: uppercase; letter-spacing: 0.005em; font-weight: 400; text-transform: uppercase; letter-spacing: 0.005em; font-weight: 400;
} }
@@ -326,12 +326,7 @@ h3 { font-size: 1.5rem; font-weight: 600; }
.hero__frame { order: -1; } .hero__frame { order: -1; }
} }
/* ---- Ledger ruling background (signature) ------------------------------- */ /* ---- Ledger ruling background - REMOVED (Bold design has no ledger lines) -- */
.ledger {
background-image: repeating-linear-gradient(
to bottom, transparent, transparent 23px, var(--rule-soft) 23px, var(--rule-soft) 24px);
background-position: 0 0;
}
/* ---- Trust strip -------------------------------------------------------- */ /* ---- Trust strip -------------------------------------------------------- */
.trust { border-block: 1px solid var(--rule); background: var(--surface); } .trust { border-block: 1px solid var(--rule); background: var(--surface); }