1
0
forked from noxious/client

Fixed characters not showing after logging in, added loading screen before showing characters, worked on GM tools

This commit is contained in:
2024-06-10 02:39:00 +02:00
parent 2f7153fbfe
commit 3e003962dc
10 changed files with 85 additions and 26 deletions

View File

@ -16,12 +16,12 @@ body {
}
h1, h2, h3, h4, h5, h6, button, a {
font-family: "Poppins";
font-family: "Poppins", serif;
color: $white;
}
p, span, li, label {
font-family: "Inter";
font-family: "Inter", serif;
color: $white;
}
button, a {
@ -37,6 +37,10 @@ button, input {
button {
text-align: center;
&.w-full {
width: 100%;
}
&.btn-cyan {
background-color: rgba($cyan, 0.5);
border: 1px solid $white;