Poniendo la tabla de estadisticas mona

This commit is contained in:
Tatiana Villa Ema 2026-02-04 19:23:53 +01:00
parent 7e7efd2c55
commit 9cb4dff628
1 changed files with 5 additions and 6 deletions

View File

@ -291,15 +291,14 @@ footer {
margin-top: 1em; margin-top: 1em;
font-family: 'Nunito', sans-serif; font-family: 'Nunito', sans-serif;
box-shadow: 0 2px 8px rgba(0,0,0,0.1); box-shadow: 0 2px 8px rgba(0,0,0,0.1);
background-color: #fff;
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
} }
/* Cabecera */ /* Cabecera */
.trend-table thead { .trend-table thead {
background-color: #4a90e2; color: var(--color-acento);
color: white; background-color: rgba(13, 13, 13, 0.85);
} }
.trend-table thead th { .trend-table thead th {
@ -310,11 +309,11 @@ footer {
/* Filas del cuerpo */ /* Filas del cuerpo */
.trend-table tbody tr { .trend-table tbody tr {
border-bottom: 1px solid #ddd; border-bottom: 1px solid var(--color-borde);
} }
.trend-table tbody tr:nth-child(even) { .trend-table tbody tr:nth-child(even) {
background-color: #f9f9f9; background-color: rgba(20, 20, 20, 0.8);
} }
.trend-table tbody td { .trend-table tbody td {
@ -341,7 +340,7 @@ footer {
/* Hover para destacar fila */ /* Hover para destacar fila */
.trend-table tbody tr:hover { .trend-table tbody tr:hover {
background-color: #f1f1f1; background-color: rgba(31, 53, 88, 0.9);
} }
/* Adaptable a móviles */ /* Adaptable a móviles */