diff --git a/nummi/main/static/main/css/table.css b/nummi/main/static/main/css/table.css index dbf4e0c..0e42b34 100644 --- a/nummi/main/static/main/css/table.css +++ b/nummi/main/static/main/css/table.css @@ -19,9 +19,8 @@ padding: 1em; white-space: nowrap; } -.table > div.g> * { - background: var(--bg-01); -} +.table > div.g> * {background: var(--bg-01)} +.table > div.w> * {background: var(--bg)} .table > div.header > * { background: var(--bg-inv); @@ -37,6 +36,9 @@ .table > div > .num { font-feature-settings: "tnum", "ss01"; } +.table > div > span.value { + filter: brightness(95%); +} .table > div > span.text { overflow: hidden;