Poniendo la tabla de estadisticas mona
This commit is contained in:
parent
7e7efd2c55
commit
9cb4dff628
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue