message bubble update
This commit is contained in:
@@ -31,7 +31,7 @@ html, body {
|
|||||||
|
|
||||||
.recipe-title {
|
.recipe-title {
|
||||||
font-family: 'Libre Baskerville', serif;
|
font-family: 'Libre Baskerville', serif;
|
||||||
font-size: 1.4rem;
|
font-size: 1.5rem;
|
||||||
color: #1e1408;
|
color: #1e1408;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -581,7 +581,7 @@ html, body {
|
|||||||
.typing .dot {
|
.typing .dot {
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
background-color: #556b2f;
|
background-color: #e8dec5;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
animation: typing-bounce 1.4s infinite ease-in-out both;
|
animation: typing-bounce 1.4s infinite ease-in-out both;
|
||||||
@@ -614,8 +614,8 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-display .message.assistant {
|
.chat-display .message.assistant {
|
||||||
background-color: #fcf8ef !important;
|
background-color: #5d4a36 !important;
|
||||||
color: #2e1e0a !important;
|
color: #f4e4bc !important;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
border-radius: 12px 12px 12px 2px;
|
border-radius: 12px 12px 12px 2px;
|
||||||
border: 1px solid #e8dec5 !important;
|
border: 1px solid #e8dec5 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user