From 3f9dae993f8b17a84b36a687b8e6640d98dc0e54 Mon Sep 17 00:00:00 2001 From: andersonid Date: Mon, 29 Sep 2025 21:11:54 -0300 Subject: [PATCH] =?UTF-8?q?UI:=20removido=20fundo=20roxo=20do=20Cluster=20?= =?UTF-8?q?Health=20Overview,=20deixado=20mais=20s=C3=B3brio=20como=20Reso?= =?UTF-8?q?urce=20Consumption?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/static/index.html b/app/static/index.html index a5d78c8..b1ff0c4 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -804,10 +804,11 @@ /* Cluster Health Dashboard Styles */ .cluster-health-section { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); - color: white; + background: #f8f9fa; + color: #333; padding: 2rem; - border-radius: 12px; + border-radius: 8px; + border-left: 4px solid #28a745; margin-bottom: 2rem; display: flex; justify-content: space-between; @@ -839,7 +840,7 @@ .health-text p { margin: 0.5rem 0 0 0; - opacity: 0.9; + color: #666; } .health-metrics { @@ -855,7 +856,7 @@ .metric-label { display: block; font-size: 0.9rem; - opacity: 0.8; + color: #666; margin-bottom: 0.5rem; }