This commit is contained in:
Andras Bacsai
2024-03-28 12:30:06 +01:00
parent db5ff7f16d
commit 971b17b364
7 changed files with 22 additions and 20 deletions

View File

@@ -78,7 +78,7 @@ label {
}
table {
@apply min-w-full divide-y dark:divide-coolgray-200 divide-neutral-300;
@apply min-w-full divide-y dark:divide-coolgray-200 divide-neutral-300 ;
}
thead {
@@ -90,7 +90,7 @@ tbody {
}
tr {
@apply text-neutral-400;
@apply text-black dark:text-neutral-400 dark:hover:bg-black hover:bg-neutral-200;
}
tr th {