From 8553e945475a629c35d9c928c7b181c0a883f4e9 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 05:57:07 -0400 Subject: [PATCH] Add injected Menu Items --- public/css/chat.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/css/chat.css b/public/css/chat.css index 943544a..b2cbb3a 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -9,6 +9,18 @@ body { font-family: Arial, sans-serif; } +a { + color: #32a4e0; + text-decoration: none; +} + +a:hover { + color: #1e8ac6; + /* Optional: Darker shade on hover */ + text-decoration: underline; +} + + .bg-dark { background-color: #121212 !important; }