worked on character selection

This commit is contained in:
2024-05-24 19:36:47 +02:00
parent 45df1ce886
commit 15c9c43acc
6 changed files with 383 additions and 324 deletions

View File

@ -95,4 +95,18 @@
font-size: 3rem;
color: #FFF;
text-shadow: -1px -1px 0 gray, 1px -1px 0 gray, -1px 1px 0 gray, 1px 1px 0 gray;
}
p, a, li, label {
font-family: Arial, sans-serif;
color: #FFF;
}
button {
background-color: transparent;
border: none;
}
a {
text-decoration: none;
}

View File

@ -14,20 +14,6 @@ body {
user-select: none; /* Standard syntax */
}
p, a, li, label {
font-family: Arial, sans-serif;
color: #FFF;
}
button {
background-color: transparent;
border: none;
}
a {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: GentiumPlus, serif;
}