This commit is contained in:
Bastian Wagner
2026-08-19 16:06:51 +02:00
parent f24a5fea9c
commit 85184e6e53
17 changed files with 4031 additions and 10 deletions

View File

@@ -64,7 +64,6 @@
border-radius: var(--ar-radius-sm);
color: var(--ar-text);
background: linear-gradient(180deg, #263b4b, #17232d);
cursor: pointer;
font-family: Georgia, 'Times New Roman', serif;
font-size: 1rem;
}
@@ -78,7 +77,6 @@
.hunt-page__ready button:disabled,
.hunt-page__actions button:disabled {
cursor: not-allowed;
opacity: 0.52;
}
@@ -117,7 +115,6 @@
border-radius: var(--ar-radius-sm);
color: var(--ar-text);
background: #1a2023;
cursor: pointer;
}
@media (width < 720px) {