[object Object]

← back to Rentv

fix: KPI card links inherit text color (was rendering numbers link-blue) — caught pre-deploy

ba1e3bf2a4ee07b93e371813cc6258ab3bc51ce0 · 2026-08-05 14:09:47 -0700 · Steve Abrams

Files touched

Diff

commit ba1e3bf2a4ee07b93e371813cc6258ab3bc51ce0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 14:09:47 2026 -0700

    fix: KPI card links inherit text color (was rendering numbers link-blue) — caught pre-deploy
---
 public/admin/pr-intelligence/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/admin/pr-intelligence/index.html b/public/admin/pr-intelligence/index.html
index a8d5cf09..0abd32dc 100644
--- a/public/admin/pr-intelligence/index.html
+++ b/public/admin/pr-intelligence/index.html
@@ -77,7 +77,7 @@
   function kcard(cls, val, label, href) {
     const inner = `<b>${val}</b><span>${label}</span>`;
     return href
-      ? `<a class="kpi ${cls}" href="${href}" style="text-decoration:none" title="Open ${PR.esc(label)}">${inner}</a>`
+      ? `<a class="kpi ${cls}" href="${href}" style="text-decoration:none;color:inherit" title="Open ${PR.esc(label)}">${inner}</a>`
       : `<div class="kpi ${cls}">${inner}</div>`;
   }
   function bar(label, n, max, href) {

← b34da7ac pr-intelligence dashboard: KPI cards now drill to filtered l  ·  back to Rentv  ·  RENTV: corpus→Kamatera hourly sync script (keeps live /closi 72bdf169 →