Darken value column in tables
This commit is contained in:
parent
d96450aae2
commit
e4f70c67e3
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue