Add background to thead
This commit is contained in:
parent
de9b73ed3a
commit
fdc9214b10
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
width: 100%;
|
||||
table-layout: auto;
|
||||
}
|
||||
.plot thead {
|
||||
background: var(--bg-01);
|
||||
}
|
||||
.plot col.desc, .plot col.value {width: 8rem}
|
||||
.plot col.icon {width: 1ch}
|
||||
.plot tr {
|
||||
|
|
Loading…
Reference in a new issue