Player API routes, API tests/fixes

This commit is contained in:
Evan Goode
2024-11-30 13:31:24 -05:00
parent d6d29b2274
commit 0865865cd3
14 changed files with 984 additions and 153 deletions

View File

@@ -47,19 +47,10 @@ a {
color: var(--accent-lighter);
}
h1 a {
text-decoration: none;
color: white;
}
a:visited {
color: var(--accent-light);
}
h1 a:visited {
color: white;
}
.header-nav {
display: flex;
flex-direction: row;
@@ -69,22 +60,26 @@ h1 a:visited {
}
.logo {
font-family: Helvetica, Arial, sans-serif;
color: white;
text-decoration: none;
font-size: 2rem;
font-weight: bold;
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.1em;
}
.logo:visited {
color: white;
}
.logo > img {
width: 1em;
height: 1em;
}
h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 2em;
}
.honeypot {
display: none;
}