mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Make the circle a bit less red
This commit is contained in:
parent
e4440cd984
commit
f867285e3d
@ -233,7 +233,7 @@ def generate_chat_html(history, name1, name2, character):
|
|||||||
.circle-you {
|
.circle-you {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: rgb(244, 78, 59);
|
background-color: rgb(238, 78, 59);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user