💄 style: use theme's primary colour for table headers

This commit is contained in:
welpo
2023-04-15 20:50:12 +02:00
parent dcf1af5ec5
commit 1c07128aeb
2 changed files with 2 additions and 4 deletions

View File

@@ -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;
}