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

@@ -61,7 +61,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;
}
@@ -75,7 +74,6 @@
border-color: var(--ar-border);
color: var(--ar-text-muted);
background: #1a1c1d;
cursor: not-allowed;
}
.travel-panel__instruction {