From f9d2d48d8ac612dda935e88671ed9f0b622fd25e Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Wed, 28 Dec 2022 13:02:29 +0000 Subject: [PATCH] fix chat color --- frontend/src/components/Chat.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Chat.vue b/frontend/src/components/Chat.vue index fc99835..0757662 100644 --- a/frontend/src/components/Chat.vue +++ b/frontend/src/components/Chat.vue @@ -22,9 +22,8 @@ -

{{msg.text}}

-

.

-
+

{{msg.text}}

+ @@ -200,7 +199,7 @@ input { position: fixed; bottom: 30pt; left: 0; - background: #ffffffcf; + background: --var(--bg-color); } @media only screen and (max-width:1000px) { #msg-form {