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