diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index 32f6ef6..4f5777b 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -183,4 +183,12 @@ .write__content button:disabled { cursor: not-allowed; +} + +.system-message { + background-color: rgb(1, 56, 74); +} + +.mention-message { + background-color: rgb(169, 113, 0); } \ No newline at end of file diff --git a/luckydiamond/src/components/ChatComponent.vue b/luckydiamond/src/components/ChatComponent.vue index ad7592f..d60f212 100644 --- a/luckydiamond/src/components/ChatComponent.vue +++ b/luckydiamond/src/components/ChatComponent.vue @@ -11,7 +11,7 @@