diff --git a/web/modules/custom/figli_compta_ledger/css/home.css b/web/modules/custom/figli_compta_ledger/css/home.css index 332d081..fcd0174 100644 --- a/web/modules/custom/figli_compta_ledger/css/home.css +++ b/web/modules/custom/figli_compta_ledger/css/home.css @@ -493,9 +493,12 @@ html.gin--dark-mode #figli-home-app { #figli-home-app .figli-recon-badge.is-clickable { cursor: pointer; } +/* Still green, not orange -- it's money owed, not a warning, and + green-but-darker reads as "related to, but not yet, LiƩ" (the default + badge green above) rather than as an unrelated anomaly color. */ #figli-home-app .figli-recon-badge.is-reste { - background: #d97a0a1a; - color: #d97a0a; + background: #1665341a; + color: #166534; } #figli-home-app .figli-recon-badge.is-anomalie { background: #c9312b1a;