From d6c815949604f9ec5d28fc8fb811ea8b4ee3c988 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:47:46 -0600 Subject: [PATCH] Update style.css --- style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 8c9bc65..459a680 100644 --- a/style.css +++ b/style.css @@ -320,10 +320,18 @@ pre { .active-users-list li { display: inline-block; padding: 0 20px; /* Space between usernames */ - color: #fb5; font-family: "courier new", monospace; } +.active-users-list a { + color: #fb5; + text-decoration: none; +} + +.active-users-list a:hover { + color: #f70; +} + @keyframes scroll-left { 0% { transform: translateX(0); @@ -339,3 +347,4 @@ pre { width: 100%; /* Makes it loop seamlessly */ flex-shrink: 0; } +