mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
Update style.css
This commit is contained in:
committed by
GitHub
parent
84cb556779
commit
d6c8159496
11
style.css
11
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user