fixed tables and alerts

This commit is contained in:
2026-03-27 11:41:47 +01:00
parent 005c5f370c
commit 72060a583a
2 changed files with 28 additions and 5 deletions
+9
View File
@@ -112,6 +112,15 @@ body {
.prose pre { @apply p-3 md:p-4 rounded-xl overflow-x-auto border border-white/5 my-4 md:my-6 text-xs md:text-sm; background-color: var(--crust) !important; }
.prose code { @apply bg-surface0 px-1.5 py-0.5 rounded text-xs md:text-sm font-mono; color: var(--peach) !important; }
.prose pre code { background-color: transparent !important; padding: 0 !important; border-radius: 0 !important; color: inherit !important; }
.prose img { @apply max-w-full h-auto rounded-xl shadow-lg border border-white/5 my-6 md:my-8; }
/* 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 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; }
/* Dynamic UI Components */
.glass {