Update style.css

This commit is contained in:
deepend-tildeclub 2024-08-17 10:47:46 -06:00 committed by GitHub
parent 84cb556779
commit d6c8159496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

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