1
0
forked from noxious/client

More WIP ingame UI

Temporary skill icons, adjusted borders globally
This commit is contained in:
2024-10-13 20:27:44 +02:00
parent 934ae50d8e
commit 8b98fc5c4e
18 changed files with 94 additions and 24 deletions

View File

@ -109,6 +109,10 @@ button {
}
}
.text-pixel {
@apply text-white font-ui drop-shadow-pixel-black;
}
::-webkit-scrollbar {
@apply hidden;
}