From dc9edb91d4f9400025a2101f2d7d15fb2d6e7560 Mon Sep 17 00:00:00 2001 From: Matteo Date: Wed, 8 Jan 2025 17:28:17 +0100 Subject: [PATCH] Remove custom CSS style for thead and tfoot --- src/assets/main.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index aa7f95f..1c05438 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -101,9 +101,6 @@ .chat-bubble table { @apply !table !table-xs; } - .chat-bubble table :where(thead, tfoot) { - @apply !text-base-100; - } .chat-bubble pre { @apply !my-4 !whitespace-pre-wrap; }