From 45f6676468dc4bf45fac383bf7f939eef1ca4b68 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Tue, 16 Jun 2026 20:33:43 -0700 Subject: [PATCH] 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 --- projects/acg-website-showcase/multipage/css/styles.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/projects/acg-website-showcase/multipage/css/styles.css b/projects/acg-website-showcase/multipage/css/styles.css index 4a43bd1..5c7f628 100644 --- a/projects/acg-website-showcase/multipage/css/styles.css +++ b/projects/acg-website-showcase/multipage/css/styles.css @@ -139,7 +139,7 @@ html[data-skin="verdigris"] h1, html[data-skin="verdigris"] h2 { letter-spacing: /* ---- Skin: Bold (dialed-back radical) ----------------------------------- */ /* ---- 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 { 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; } } -/* ---- Ledger ruling background (signature) ------------------------------- */ -.ledger { - background-image: repeating-linear-gradient( - to bottom, transparent, transparent 23px, var(--rule-soft) 23px, var(--rule-soft) 24px); - background-position: 0 0; -} +/* ---- Ledger ruling background - REMOVED (Bold design has no ledger lines) -- */ /* ---- Trust strip -------------------------------------------------------- */ .trust { border-block: 1px solid var(--rule); background: var(--surface); }