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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue