Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.
.join-button {
	border: var(--border-base);
	border-radius: var(--border-radius-medium);
	font-size: var(--font-size-x-large);
	font-weight: bold;
	margin-block: var(--space-sm);
	color: var(--color-fixed);
}

#join-button-discord {
	background: #5865f2;
}

.join-button > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: var(--space-md);
}

.join-button > a.external::after {
	display: none;
}

.join-button img {
	object-fit: cover;
	height: 28px;
	width: auto;
	vertical-align: middle;
}