From c94ac03b7fef589efac77de5dcc0841bd600d5a5 Mon Sep 17 00:00:00 2001 From: Benyamin Limanto Date: Sun, 14 Jun 2026 15:38:19 +0700 Subject: [PATCH] feat(z.ai): chat css introduced --- websites/chat.z.ai.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 websites/chat.z.ai.css diff --git a/websites/chat.z.ai.css b/websites/chat.z.ai.css new file mode 100644 index 00000000..aa33c753 --- /dev/null +++ b/websites/chat.z.ai.css @@ -0,0 +1,14 @@ +/* transparency */ +.bg-\[\#f8f8f8\] { + background-color: transparent !important; +} +.bg-\[\#f9f9f9\] { + background-color: transparent !important; +} + +/* cosmetic */ +/* text fixing colour */ +.text-gray-500, .text-gray-500\/80 { + color: black; + font-weight: bold; +} \ No newline at end of file