@btravstack/theme 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tokens.css +10 -6
- package/package.json +1 -1
package/dist/tokens.css
CHANGED
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
--text-accent: #E0589A;
|
|
56
56
|
--text-green: #46B86C;
|
|
57
57
|
|
|
58
|
+
/* Display accent — the brand pink as the LARGE display wordmark color in
|
|
59
|
+
both schemes (large text only needs 3:1, so it can stay fully vibrant). */
|
|
60
|
+
--display-accent: #E0589A;
|
|
61
|
+
|
|
58
62
|
/* ── Glass (frosted sticky headers) ──────────────────────────── */
|
|
59
63
|
--glass: rgba(21, 16, 28, 0.66);
|
|
60
64
|
|
|
@@ -137,17 +141,17 @@
|
|
|
137
141
|
--bg: #FBF7F9;
|
|
138
142
|
--bg-grad: #FCEDF4;
|
|
139
143
|
--card: #FFFFFF;
|
|
140
|
-
--card-soft: #
|
|
144
|
+
--card-soft: #F0E6EC;
|
|
141
145
|
|
|
142
|
-
--border: rgba(26, 12, 20, 0.
|
|
143
|
-
--border-2: rgba(26, 12, 20, 0.
|
|
146
|
+
--border: rgba(26, 12, 20, 0.16);
|
|
147
|
+
--border-2: rgba(26, 12, 20, 0.24);
|
|
144
148
|
|
|
145
149
|
--text: #1F0E18;
|
|
146
|
-
--muted: #
|
|
147
|
-
--faint: #978996
|
|
150
|
+
--muted: #5E5159; /* ~7.1:1 on white */
|
|
151
|
+
--faint: #766678; /* ~5.0:1 on white (was #978996, 3.1:1 — failed AA) */
|
|
148
152
|
|
|
149
153
|
--accent: #E0589A; /* fill unchanged (dark ink on top) */
|
|
150
|
-
--text-accent: #
|
|
154
|
+
--text-accent: #D6246F; /* small labels / links — vivid raspberry, ~4.6:1 AA on white */
|
|
151
155
|
--text-green: #15683A; /* ~5.2:1 on white — affirmative text */
|
|
152
156
|
|
|
153
157
|
--accent-wash: rgba(224, 88, 154, 0.12);
|