fixed table column titles

This commit is contained in:
2026-03-27 11:47:17 +01:00
parent 72060a583a
commit e0042daa24

View File

@@ -117,7 +117,7 @@ body {
/* Professional Table Styles */
.prose table { @apply w-full mb-8 border-collapse overflow-hidden rounded-xl; border: 1px solid var(--surface1); }
.prose thead { @apply bg-surface0/50; }
.prose th { @apply px-4 py-3 text-left font-bold text-mauve border-b border-surface1 text-sm md:text-base; }
.prose th { @apply px-4 py-3 text-left font-bold text-sm md:text-base; border-b border-surface1; color: var(--mauve) !important; }
.prose td { @apply px-4 py-2 border-b border-surface1 text-sm md:text-base; color: var(--text) !important; }
.prose tr:last-child td { @apply border-b-0; }
.prose tr:nth-child(even) { @apply bg-surface0/20; }