Add background to thead

This commit is contained in:
Edgar P. Burkhart 2023-04-18 09:39:39 +02:00
parent de9b73ed3a
commit fdc9214b10
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 3 additions and 0 deletions

View File

@ -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 {