소스 검색

Make the circle a bit less red

oobabooga 2 년 전
부모
커밋
f867285e3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/html_generator.py

+ 1 - 1
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%;
     }