@kolkrabbi/kol-theme 0.64.0 → 0.65.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.
@@ -148,11 +148,13 @@
148
148
  * Anatomy: fixed dim backdrop → full-bleed sheet → absolute corner close.
149
149
  * ═══════════════════════════════════════════════════════════════ */
150
150
 
151
+ /* FLAT scrim (ColumnBrowser round, user 2026-08-27): the 55% black wash read as a
152
+ * halo around the image in the lightbox — the backdrop is the surface, no wash. */
151
153
  .kol-overlay {
152
154
  position: fixed;
153
155
  inset: 0;
154
156
  z-index: 100;
155
- background: color-mix(in srgb, var(--kol-color-absolute-black) 55%, transparent);
157
+ background: var(--kol-surface-primary);
156
158
  display: grid;
157
159
  place-items: center;
158
160
  overflow-y: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.64.0",
3
+ "version": "0.65.0",
4
4
  "description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
5
5
  "license": "MIT",
6
6
  "type": "module",