style(chat): make reply bubble table headers transparent + bold in light theme (#902)
This commit is contained in:
@@ -149,6 +149,11 @@
|
||||
}
|
||||
|
||||
.prose th {
|
||||
background: transparent;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.dark .prose th {
|
||||
background: hsl(var(--muted));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user