Commit 44b6f27
Kill site-wide dot grid + paper-grain leak; fix hero H1 inline-weight bleed
- public/warm-paper.css html::after dot-grid radial-gradient pattern was
rendering site-wide at opacity 0.55 on top of every page (the "old
design leak" visible on studio, docs, homepage). Disabled in both
light + dark theme blocks via content:none + display:none + background-image:none.
- public/warm-paper.css body::after SVG fractal-noise paper-grain (220px
tile, multiply blend, opacity 0.5) also disabled in both themes — same
warm-paper aesthetic carryover that didn't belong in the cool-slate
product.
- public/warm-paper.css .ks-hero__h1 / .fr-h1--hero / .display-hero now
cascade font-weight: inherit !important to all child .grad / .ks-em /
em / strong / b / .accent / span. Was: parent forced to 280 but
ks.css/styles.css child rules of 500-540 stayed applied, so highlighted
segments rendered far bolder than surrounding text ("every LLM API" on
wrapper hero). Also forces font-family/style/letter-spacing inherit +
neutralizes any -webkit-text-fill-color or background-clip gradient.
- public/sw.js CACHE_VERSION 135 -> 136 + slug
kolm-v136-2026-05-28-dot-grid-kill-hero-bleed-fix.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 077a618 commit 44b6f27
2 files changed
Lines changed: 46 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
702 | | - | |
| 702 | + | |
703 | 703 | | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
713 | 707 | | |
714 | 708 | | |
715 | 709 | | |
| |||
719 | 713 | | |
720 | 714 | | |
721 | 715 | | |
722 | | - | |
723 | | - | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
724 | 719 | | |
725 | 720 | | |
726 | 721 | | |
| |||
2540 | 2535 | | |
2541 | 2536 | | |
2542 | 2537 | | |
| 2538 | + | |
| 2539 | + | |
| 2540 | + | |
| 2541 | + | |
| 2542 | + | |
| 2543 | + | |
| 2544 | + | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
| 2554 | + | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
2543 | 2570 | | |
2544 | 2571 | | |
2545 | 2572 | | |
| |||
2781 | 2808 | | |
2782 | 2809 | | |
2783 | 2810 | | |
2784 | | - | |
2785 | | - | |
2786 | | - | |
2787 | | - | |
2788 | | - | |
2789 | | - | |
2790 | | - | |
2791 | | - | |
2792 | | - | |
2793 | | - | |
2794 | | - | |
| 2811 | + | |
| 2812 | + | |
2795 | 2813 | | |
2796 | 2814 | | |
2797 | 2815 | | |
| |||
2804 | 2822 | | |
2805 | 2823 | | |
2806 | 2824 | | |
2807 | | - | |
2808 | | - | |
2809 | | - | |
2810 | | - | |
| 2825 | + | |
| 2826 | + | |
| 2827 | + | |
2811 | 2828 | | |
2812 | 2829 | | |
2813 | 2830 | | |
| |||
0 commit comments