Update theme

Set background color of table header to theme color
This commit is contained in:
Edgar P. Burkhart 2022-12-26 17:50:03 +01:00
parent 47b9d6a3fb
commit 542ddbc781
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -4,7 +4,6 @@
border-radius: var(--radius);
overflow: hidden;
border-bottom: var(--border) solid var(--theme);
border-top: var(--border) solid var(--theme);
}
.table.col2 {grid-template-columns: repeat(2, auto)}
.table.col3 {grid-template-columns: repeat(3, auto)}
@ -28,7 +27,7 @@
.table > div.w> * {background: var(--bg)}
.table > div.header > * {
background: var(--bg-inv);
background: var(--theme);
}
.table > div > .center {