Style update

This commit is contained in:
marijo 2026-06-09 12:57:18 +00:00
parent c6e206ffe7
commit aa2ecc44e6
2 changed files with 10 additions and 4 deletions

View file

@ -293,9 +293,9 @@ table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: .75rem .65rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
tbody tr:hover { background: rgba(255,255,255,.04); }
.planner-body-table tr.past-month { opacity: .55; }
.planner-body-table tr.past-month { opacity: .78; }
.planner-body-table tr.past-month td:first-child { color: var(--muted); }
.planner-body-table tr.past-month .balance-override-input { opacity: .72; }
.planner-body-table tr.past-month .balance-override-input { opacity: .9; }
.num { text-align: right; font-variant-numeric: tabular-nums; }
.strong-num { font-weight: 900; color: var(--ink); }
.muted { color: var(--muted); }