From f867285e3d764b60671bc54e7f7ebaaf4686a95d Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:41:38 -0300 Subject: [PATCH] Make the circle a bit less red --- modules/html_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/html_generator.py b/modules/html_generator.py index 837a6b2b..72d9787d 100644 --- a/modules/html_generator.py +++ b/modules/html_generator.py @@ -233,7 +233,7 @@ def generate_chat_html(history, name1, name2, character): .circle-you { width: 50px; height: 50px; - background-color: rgb(244, 78, 59); + background-color: rgb(238, 78, 59); border-radius: 50%; }