From 9cb4dff62831a1bb76d9de676731d07650ccc2aa Mon Sep 17 00:00:00 2001 From: Tatiana Villa Ema Date: Wed, 4 Feb 2026 19:23:53 +0100 Subject: [PATCH] Poniendo la tabla de estadisticas mona --- eltiempo/css/estilos.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/eltiempo/css/estilos.css b/eltiempo/css/estilos.css index da952f0..37c71b6 100644 --- a/eltiempo/css/estilos.css +++ b/eltiempo/css/estilos.css @@ -291,15 +291,14 @@ footer { margin-top: 1em; font-family: 'Nunito', sans-serif; box-shadow: 0 2px 8px rgba(0,0,0,0.1); - background-color: #fff; border-radius: 8px; overflow: hidden; } /* Cabecera */ .trend-table thead { - background-color: #4a90e2; - color: white; + color: var(--color-acento); + background-color: rgba(13, 13, 13, 0.85); } .trend-table thead th { @@ -310,11 +309,11 @@ footer { /* Filas del cuerpo */ .trend-table tbody tr { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid var(--color-borde); } .trend-table tbody tr:nth-child(even) { - background-color: #f9f9f9; + background-color: rgba(20, 20, 20, 0.8); } .trend-table tbody td { @@ -341,7 +340,7 @@ footer { /* Hover para destacar fila */ .trend-table tbody tr:hover { - background-color: #f1f1f1; + background-color: rgba(31, 53, 88, 0.9); } /* Adaptable a móviles */