1
0
Fork 0
forked from Simnation/Main
Main/resources/[creator]/races_creator/html/index.css
2025-06-07 08:51:21 +02:00

33 lines
No EOL
558 B
CSS

.clickable {
cursor: pointer;
}
#races-creator-label {
color: #e67e22;
}
.thick-hr {
height: 3px !important;
color: black;
opacity: 1;
}
#race-hud {
color: white;
position: absolute;
text-align: right;
}
.race-hud-background {
color: white;
}
.race-hud-text {
font-size: 1.4rem;
background-color: rgba(17, 17, 17, 0.6);
margin: 2px;
padding: 4px 10px 2px 10px;
font-family: 'Bebas Neue', cursive !important;
border-left-style: solid;
border-color: #e67e22
}