forked from deepStateMirrors/tabi
💄 style: use theme's primary colour for table headers
This commit is contained in:
parent
dcf1af5ec5
commit
1c07128aeb
2 changed files with 2 additions and 4 deletions
|
@ -158,8 +158,8 @@ table {
|
|||
}
|
||||
|
||||
table thead tr {
|
||||
background-color: var(--table-header-color);
|
||||
color: #1f1f1f;
|
||||
background-color: var(--primary-color);
|
||||
color: var(--hover-color);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue