From 267282aa812ecc20c7666eedb69061db011bccd9 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sun, 9 Feb 2025 19:23:40 -0500 Subject: [PATCH] colors for jhoin/leave --- docs/chat.php | 8 ++++++-- docs/css/main.css | 8 ++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/chat.php b/docs/chat.php index 7210e2a..4591115 100644 --- a/docs/chat.php +++ b/docs/chat.php @@ -7,12 +7,16 @@ $msgs = json_decode(file_get_contents('https://mcp.dervland.net/messages'), true

Scraftia (Home)

-
+
- +
diff --git a/docs/css/main.css b/docs/css/main.css index d815aae..062f305 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -13,6 +13,14 @@ font-family: var(--font) !important; } +.comment.joiner { + background: rgb(78,180,78); +} + +.comment.leaver { + background: rgb(180,78,78); +} + .img { max-width: 500px; max-height: 500px;