From 6b75fa5e0953a41dfd1535b65b0b7140bb4df0aa Mon Sep 17 00:00:00 2001 From: Thomas Erlang Date: Thu, 31 Oct 2024 19:24:21 +0100 Subject: [PATCH] Use standard font --- tbot/web/ui/live_chat/components/chat.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/tbot/web/ui/live_chat/components/chat.scss b/tbot/web/ui/live_chat/components/chat.scss index e70ba9d..8c083b4 100644 --- a/tbot/web/ui/live_chat/components/chat.scss +++ b/tbot/web/ui/live_chat/components/chat.scss @@ -3,7 +3,6 @@ padding: 20px; background-color: #18181b; color: #e0e0e0; - font-family: Arial, sans-serif; height: 100vh; font-size: 1rem; }