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; } +