← back to Rentv
consulting portal: revert stray theme-aware --dim/--panel indirection (forced-black bg already handles readability)
04e22ebe530064c03f16714be7a5625ad44d9135 · 2026-08-06 15:27:17 -0700 · Steve
Files touched
M public/consulting/portal.html
Diff
commit 04e22ebe530064c03f16714be7a5625ad44d9135
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Aug 6 15:27:17 2026 -0700
consulting portal: revert stray theme-aware --dim/--panel indirection (forced-black bg already handles readability)
---
public/consulting/portal.html | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/public/consulting/portal.html b/public/consulting/portal.html
index ae6a1088..c52a0c53 100644
--- a/public/consulting/portal.html
+++ b/public/consulting/portal.html
@@ -11,7 +11,7 @@
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
<script src="/consulting/deal-score.js"></script>
<style>
-:root{--bg:#0c1016;--panel:var(--wash,#121722);--ink:#eef1f6;--gold:#c8a15a;--line:rgba(200,161,90,.22);--dim:var(--sub,rgba(238,241,246,.66));--pos:#9fd6b0;--neg:#e8a0a0;--info:#78aaff}
+:root{--bg:#0c1016;--panel:#121722;--ink:#eef1f6;--gold:#c8a15a;--line:rgba(200,161,90,.22);--dim:rgba(238,241,246,.66);--pos:#9fd6b0;--neg:#e8a0a0;--info:#78aaff}
/* Force a permanent BLACK background on this page. daynight.js sets --bg/--ink/--sub/--wash/--line
as INLINE styles on <html> without !important; a stylesheet !important rule outranks a
non-important inline style, so these pins win in BOTH day and night mode and can't wash out. */
@@ -22,11 +22,6 @@
base :root accents above, in day and night alike. */
--gold:#c8a15a!important;--pos:#9fd6b0!important;--neg:#e8a0a0!important;--info:#78aaff!important}
html,body{background:#000!important;color:var(--ink)!important}
-/* --dim (muted body text) and --panel (card surfaces) were hardcoded to dark-theme values,
- but the site-wide daynight.js toggle only overrides --bg/--ink/--sub/--wash/--line on <html>.
- In day mode that left near-white --dim text on a white --bg (invisible) and dark --panel cards
- on a white page. Point these two orphans at the theme vars daynight manages so they flip in
- lockstep; the dark literals remain as fallbacks if the toggle ever isn't loaded. */
*{margin:0;padding:0;box-sizing:border-box}
body{background:var(--bg);color:var(--ink);font-family:'Jost',system-ui,sans-serif;font-size:19px;line-height:1.75;-webkit-font-smoothing:antialiased}
.disp{font-family:'Cormorant Garamond',Georgia,serif}a{color:inherit;text-decoration:none}
← 8d29e427 feat(firm): /firm 'Active Dealmakers' page — deal flow group
·
back to Rentv
·
feat(firm): dedicated firm PROFILE view on /firm?name= — hea 8d3f54a3 →