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:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user