improvements Cyst_Kid
This commit is contained in:
@@ -166,34 +166,40 @@ body {
|
||||
box-shadow: 0 0 10px rgba(139, 92, 246, 0.4);
|
||||
}
|
||||
|
||||
#ranking-table-container {
|
||||
.ranking-table-container {
|
||||
margin-top: 20px;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#ranking-table-container table {
|
||||
.ranking-table-container table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
#ranking-table-container th {
|
||||
.ranking-table-container th {
|
||||
color: #FFD700;
|
||||
padding: 6px;
|
||||
border-bottom: 1px solid #444;
|
||||
}
|
||||
|
||||
#ranking-table-container td {
|
||||
.ranking-table-container td {
|
||||
color: #ccc;
|
||||
padding: 5px;
|
||||
border-bottom: 1px solid #222;
|
||||
}
|
||||
|
||||
#ranking-table-container tr:first-child td {
|
||||
.ranking-table-container tr:first-child td {
|
||||
color: #FFD700;
|
||||
}
|
||||
|
||||
.end-score-text {
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Mobile Joystick */
|
||||
#touch-controls {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user