From dbcc60ad95edc35154414195308d15fec21e739d Mon Sep 17 00:00:00 2001 From: markosbenitez Date: Fri, 26 Jun 2026 18:59:31 -0300 Subject: [PATCH] =?UTF-8?q?fix(dashboard):=20tema=20claro=20=E2=80=94=20wi?= =?UTF-8?q?dget-star,=20gap-brecha,=20lens-intro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/globals.css b/app/globals.css index 84c9f6c..bcf218c 100644 --- a/app/globals.css +++ b/app/globals.css @@ -927,13 +927,13 @@ body { .db-lens-intro { background: #F0EFEE; border-left: 3px solid var(--color-re-teal); border-radius: 0 8px 8px 0; padding: 10px 14px; margin-bottom: 16px; - font-size: 0.8125rem; color: #8A9A9A; line-height: 1.5; + font-size: 0.8125rem; color: #494F4F; line-height: 1.5; } /* ── Card destacada (estrella) ── */ .db-widget-star { border-color: var(--color-re-teal); - background: linear-gradient(135deg, #0e1b2e, #10243000); + background: linear-gradient(135deg, #dff4f5, #ffffff); } .db-widget-star .db-widget-title { color: var(--color-re-teal); } @@ -949,7 +949,7 @@ body { .db-gap-bar { width: 56px; border-radius: 6px 6px 0 0; margin: 0 auto; transition: height 0.4s; } .db-gap-val { font-size: 0.8125rem; font-weight: 700; margin-bottom: 4px; } .db-gap-lab { font-size: 0.6875rem; color: #8A9A9A; margin-top: 6px; } -.db-gap-brecha { text-align: center; font-size: 0.75rem; color: #f0b429; margin-top: 10px; } +.db-gap-brecha { text-align: center; font-size: 0.75rem; color: #9A7200; margin-top: 10px; } /* ── Placeholder (Mirada País / Humana, "próximamente") ── */ .db-placeholder {