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
@@ -3,7 +3,7 @@
}
.contenedor-censo{
background-color: #002855;
background-color: #003e79;
color: white;
padding: 15px;
font-size: 16px;
@@ -57,7 +57,7 @@
/* Colores personalizados */
.azul-marino {
background-color: #002855;
background-color: #003e79;
color: white;
}
@@ -79,7 +79,7 @@
.input-contenedor input {
width: 40%;
padding: 6px 6px 6px 6px;
border: 2px solid #002855;
border: 2px solid #003e79;
border-radius: 6px;
font-size: 14px;
color: #333;
@@ -124,7 +124,7 @@
/* Celda del total */
.total-celda {
font-weight: bold;
color: #002855;
color: #003e79;
background-color: #eef2f6;
}