Darken value column in tables

This commit is contained in:
Edgar P. Burkhart 2022-05-22 14:52:25 +02:00
parent d96450aae2
commit e4f70c67e3
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 5 additions and 3 deletions

View File

@ -19,9 +19,8 @@
padding: 1em; padding: 1em;
white-space: nowrap; white-space: nowrap;
} }
.table > div.g> * { .table > div.g> * {background: var(--bg-01)}
background: var(--bg-01); .table > div.w> * {background: var(--bg)}
}
.table > div.header > * { .table > div.header > * {
background: var(--bg-inv); background: var(--bg-inv);
@ -37,6 +36,9 @@
.table > div > .num { .table > div > .num {
font-feature-settings: "tnum", "ss01"; font-feature-settings: "tnum", "ss01";
} }
.table > div > span.value {
filter: brightness(95%);
}
.table > div > span.text { .table > div > span.text {
overflow: hidden; overflow: hidden;