From 1a2dde86680a53e15e74e4deac8c439eeec6e7f5 Mon Sep 17 00:00:00 2001 From: Tempe Techie <95053628+tempe-techie@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:13:00 +0200 Subject: [PATCH] remove author color --- components/chat/ChatMessage.vue | 2 +- public/css/light.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/components/chat/ChatMessage.vue b/components/chat/ChatMessage.vue index 2500bd4..25dc40a 100644 --- a/components/chat/ChatMessage.vue +++ b/components/chat/ChatMessage.vue @@ -17,7 +17,7 @@

diff --git a/public/css/light.css b/public/css/light.css index 738b63a..1d22eba 100644 --- a/public/css/light.css +++ b/public/css/light.css @@ -121,10 +121,6 @@ --bs-white-black-toggle: #000; } -[data-bs-theme=light] .author-color { - color: #96969a !important; -} - [data-bs-theme=light] body { background-color: #f5f5f6; }