diff --git a/templates/index.html b/templates/index.html index 4288657..78fcd4f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -90,6 +90,7 @@ justify-content: flex-start; align-items: flex-start; margin-bottom: 10px; + } .message-container.user { @@ -101,12 +102,20 @@ padding: 10px; border: 1px solid #412f26; border-radius: 5px; - background-color: #fff; - color: #000; + background-color: #FFF6E0; + color: #272829; + border-top-right-radius: 15px; + border-top-left-radius: 15px; + border-bottom-right-radius: 15px; + border-bottom-left-radius: 0px; } .message-box.user { - background-color: #ffffff; - color: #000000; + background-color: #FFF6E0; + color: #272829; + border-bottom-left-radius: 15px; + border-top-right-radius: 15px; + border-top-left-radius: 15px; + border-bottom-right-radius: 0px; }