You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
491 B
30 lines
491 B
html,
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
|
|
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
background-image:url('https://www.speedrun.com/themeasset/k8kn0l84/background?v=838ae93');
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.scoreboard_icon{
|
|
border: 0px;
|
|
}
|
|
|
|
|
|
.playerName{
|
|
font-weight:bold;
|
|
}
|
|
|
|
.container{
|
|
background:rgba(255,255,255,0.6);
|
|
} |