Commit d3c7085
perf+style: trim unused Lora weight, soften subpage card borders
Two related cleanups on the subpages.
Lora was loading weights [400, 500, 700] but nothing in the code
actually targets weight 400. Drops it to [500, 700], saving the
two extra font files (~25KB over the wire). The certificate and
@username header still render identically.
Subpage cards (About, FAQ, Legal, Pricing) were overriding the
default .record-card border with 2px solid var(--c-border). With
the unified cream background that landed earlier, the hard black
2px outline looked too heavy. The override is removed so cards
fall back to 1px solid var(--c-border-light), which reads as a
quiet record line instead of a heavy framed panel.
Also drops a broken --c-panel-2 fallback on the Pricing form card
(token never existed; was falling back to transparent anyway).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 099f544 commit d3c7085
5 files changed
Lines changed: 1 addition & 7 deletions
File tree
- src/app
- about
- faq
- legal
- pricing
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
151 | | - | |
152 | | - | |
153 | 150 | | |
154 | 151 | | |
155 | 152 | | |
| |||
0 commit comments