modified color

This commit is contained in:
2025-11-20 14:38:45 -06:00
parent 2df862f774
commit a0266210e2
12 changed files with 35 additions and 37 deletions
+4 -4
View File
@@ -31,7 +31,7 @@
}
.tabla th {
background-color: #002855;
background-color: #003e79;
color: white;
font-weight: 600;
font-size: 15px;
@@ -43,7 +43,7 @@
/* === Colores personalizados === */
.azul-marino {
background-color: #002855 !important;
background-color: #003e79 !important;
color: white !important;
}
@@ -63,7 +63,7 @@
.input-contenedor input {
width: 40%;
padding: 6px;
border: 2px solid #002855;
border: 2px solid #003e79;
border-radius: 6px;
font-size: 14px;
color: #333;
@@ -93,7 +93,7 @@
/* Para celdas del total */
.total-celda {
font-weight: bold;
color: #002855;
color: #003e79;
background-color: #eef2f6;
}