diff --git a/hledger-web/.hledger/web/static/style.css b/hledger-web/.hledger/web/static/style.css index 307beff28..87f3b942b 100644 --- a/hledger-web/.hledger/web/static/style.css +++ b/hledger-web/.hledger/web/static/style.css @@ -23,7 +23,7 @@ body { backgroun .negative { color:#800; } .help { } -.balancereport .inacct { background-color:#eee; font-weight:bold; } +.balancereport .inacct { background-color:#ddd; font-weight:bold; } .notinacct, .notinacct :link, .notinacct :visited, .notinacct .negative { /*color:#aaa;*/ } .balancereport .numpostings { padding-left:1em; color:#aaa; } .balancereport .accountextralinks { visibility:hidden; }