From a66092808574ce345fc576c7a9723411c1aa40b3 Mon Sep 17 00:00:00 2001 From: markosbenitez Date: Sat, 27 Jun 2026 15:46:48 -0300 Subject: [PATCH] =?UTF-8?q?fix(ui):=20t=C3=ADtulo=20card=20talento=20en=20?= =?UTF-8?q?riesgo=20a=20carb=C3=B3n=20#494F4F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index a876072..adeed67 100644 --- a/app/globals.css +++ b/app/globals.css @@ -971,7 +971,7 @@ body { .db-widget-star { border-color: var(--color-re-teal); } -.db-widget-star .db-widget-title { color: var(--color-re-teal); } +.db-widget-star .db-widget-title { color: #494F4F; } /* ── Big stat (KPI de una sola cifra, dentro de WidgetShell) ── */ .db-big-stat { font-size: 2.375rem; font-weight: 700; color: var(--color-re-teal); line-height: 1; }