css: fix table-headers declarations (#73521)

This commit is contained in:
Thomas Jund 2023-01-17 18:18:03 +01:00 committed by Gitea
parent b7db9b3902
commit 4bf168561e
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ table.pk-data-table {
thead th {
background: $table-headers-background;
color: $table-headers-color;
font-style: $table-headers-font-size;
font-size: $table-headers-font-size;
font-style: $table-headers-font-style;
font-weight: $table-headers-font-weight;
text-transform: $table-headers-text-transform;
font-family: $table-headers-font-family;