fix new resources

This commit is contained in:
sky
2025-06-30 03:22:29 -04:00
parent 5d0a1b87df
commit e11d48d181
10 changed files with 20 additions and 2617 deletions

View File

@ -40,9 +40,11 @@ game h1 {
gap: 0px;
}
#noResults {
display: none;
#noResults, #loadingMsg {
font-size: 28px;
color: var(--color-1);
text-shadow: var(--color-1) 0 0 10px;
}
#noResults {
display: none;
}

View File

@ -70,7 +70,6 @@ input[type=text]::placeholder {
color: color-mix(in srgb, var(--text-color) 20%, #00000000 80%);
text-shadow: color-mix(in srgb, var(--text-color) 40%, #00000000 60%) 0 0 10px;
}
/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
height: 10px;
width: 8px;

View File

@ -8,6 +8,7 @@ sidebar {
display: flex;
flex-direction: column;
align-items: center;
user-select: none;
}
.sidebar-item {
margin: 6px;