style(chat): make reply bubble table headers transparent + bold in light theme (#902)

This commit is contained in:
Haze
2026-04-23 19:59:29 +08:00
committed by GitHub
parent 5137e706c9
commit 430d1d0603
2 changed files with 158 additions and 0 deletions

View File

@@ -149,6 +149,11 @@
}
.prose th {
background: transparent;
font-weight: 700;
}
.dark .prose th {
background: hsl(var(--muted));
}