💄 style: use theme's primary colour for table headers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user