mirror of https://github.com/tildeclub/site.git
Update style.css
This commit is contained in:
parent
84cb556779
commit
d6c8159496
11
style.css
11
style.css
|
@ -320,10 +320,18 @@ pre {
|
||||||
.active-users-list li {
|
.active-users-list li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 20px; /* Space between usernames */
|
padding: 0 20px; /* Space between usernames */
|
||||||
color: #fb5;
|
|
||||||
font-family: "courier new", monospace;
|
font-family: "courier new", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active-users-list a {
|
||||||
|
color: #fb5;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.active-users-list a:hover {
|
||||||
|
color: #f70;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes scroll-left {
|
@keyframes scroll-left {
|
||||||
0% {
|
0% {
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
|
@ -339,3 +347,4 @@ pre {
|
||||||
width: 100%; /* Makes it loop seamlessly */
|
width: 100%; /* Makes it loop seamlessly */
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue