modified color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user