Update theme
Set background color of table header to theme color
This commit is contained in:
parent
47b9d6a3fb
commit
542ddbc781
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue