[object Object]

← back to Commercialrealestate

crcp-theme: theme fleet custom SURFACE vars (--panel/--panel2/--glass/--glassb/--fg/--txt/--g2) for LIGHT mode only — systemic fix so bespoke pages' surfaces flip in day mode; dark unchanged (keeps each page's :root)

d5a0b83a938962060e6275d7b90a1d9017f67633 · 2026-08-18 20:51:07 -0700 · Steve Abrams

Files touched

Diff

commit d5a0b83a938962060e6275d7b90a1d9017f67633
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Aug 18 20:51:07 2026 -0700

    crcp-theme: theme fleet custom SURFACE vars (--panel/--panel2/--glass/--glassb/--fg/--txt/--g2) for LIGHT mode only — systemic fix so bespoke pages' surfaces flip in day mode; dark unchanged (keeps each page's :root)
---
 public/crcp-theme.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/public/crcp-theme.css b/public/crcp-theme.css
index 6f37bd0..d0e569c 100644
--- a/public/crcp-theme.css
+++ b/public/crcp-theme.css
@@ -12,6 +12,11 @@ html[data-theme="light"]{
   --ink:#12171e; --text:#12171e; --mut:#525f6e; --muted:#525f6e; --sub:#525f6e;
   --headbg:rgba(255,255,255,.98); --stripe:rgba(20,30,45,.028); --hover:rgba(9,105,218,.08);
   --acc:#1a7f37; --blue:#0969da; --gold:#9a6700; --red:#cf222e; --purp:#8250df;
+  /* fleet custom SURFACE vars — bespoke pages invented these and crcp-theme didn't cover them, so
+     they stayed dark in day mode (dark islands). Defined for LIGHT ONLY, so dark mode keeps each
+     page's own :root value (zero dark-mode change) and light mode finally flips these surfaces. */
+  --panel:#ffffff; --panel2:#f4f6f9; --fg:#12171e; --txt:#12171e; --g2:#f4f6f9;
+  --glass:rgba(255,255,255,.72); --glassb:rgba(20,30,45,.12);
 }
 /* shared toggle button (auto-injected by crcp-theme.js into the page header) */
 #crcpThemeToggle{background:var(--card);color:var(--ink);border:1px solid var(--line);border-radius:8px;

← 6074d06 CRCP: broker-direct SUBSTITUTES the aggregator row (sub out  ·  back to Commercialrealestate  ·  CRCP rent-rolls.html: add compact List view (Table/List/Card ca33199 →