mirror of
https://github.com/unmojang/drasl.git
synced 2026-02-03 22:23:07 +02:00
Player API routes, API tests/fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user