diff --git a/wp-content/themes/apus-theme/assets/css/tables-apu.css b/wp-content/themes/apus-theme/assets/css/tables-apu.css index 8fbbb522..33705468 100644 --- a/wp-content/themes/apus-theme/assets/css/tables-apu.css +++ b/wp-content/themes/apus-theme/assets/css/tables-apu.css @@ -170,12 +170,12 @@ (Suma de Material, Suma de Mano de Obra, etc) ======================================== */ .analisis table tr.subtotal-row { - background-color: #d1e7fd !important; + background-color: rgba(255, 133, 0, 0.1) !important; } .analisis table tr.subtotal-row td { font-weight: 700; - color: #0d47a1; + color: var(--color-orange-primary); padding: 0.875rem 1rem; border: none !important; } @@ -187,6 +187,7 @@ .analisis table tr.subtotal-row td.c6, .analisis table tr.subtotal-row td:nth-child(6) { font-size: 1.05rem; + color: var(--color-orange-primary); } /* ======================================== @@ -243,7 +244,7 @@ } .analisis table tr.subtotal-row { - background-color: #d1e7fd !important; + background-color: rgba(255, 133, 0, 0.1) !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }