From 365cc0e7255aa6eb4f4250017256af90118b9a15 Mon Sep 17 00:00:00 2001 From: ghostlyzsh Date: Sun, 26 Nov 2023 21:17:53 -0600 Subject: [PATCH] chat look better --- starkingdoms-client/index.html | 4 ++-- starkingdoms-client/src/css/chat.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/starkingdoms-client/index.html b/starkingdoms-client/index.html index 5349d881a46f7e9586b7f15c1f16a24a571850a6..e42f083cc132c1606564fa59770e4168d4b351b0 100644 --- a/starkingdoms-client/index.html +++ b/starkingdoms-client/index.html @@ -71,8 +71,8 @@ Here be dragons! You have a prerelease server selected. Expect bugs, and

[SERVER] Welcome to StarKingdoms.IO! Have fun!

core: this is a global chat message

-

[DM core2] core this is a direct message

-

[DM core2] core2: and this is a reply

+

core2 -> core: this is a direct message

+

core -> core2: and this is a reply

[SERVER] Disconnected

diff --git a/starkingdoms-client/src/css/chat.css b/starkingdoms-client/src/css/chat.css index 9aec0f07d0f23dc766ca14d08810f02639b6df12..a42cc4069fd47e3245035a234a4fbab572454fc9 100644 --- a/starkingdoms-client/src/css/chat.css +++ b/starkingdoms-client/src/css/chat.css @@ -41,8 +41,8 @@ color: #ff2222; } .global-message { - color: #54fa46; + color: #4de640; } .direct-message { - color: #66d8ed; -} \ No newline at end of file + color: #599fbd; +}