updated color scheme to dark mode

This commit is contained in:
2026-05-27 10:06:39 +02:00
parent ff370d0d39
commit 1d9154e664
5 changed files with 245 additions and 94 deletions

View File

@ -14,7 +14,7 @@ export function devPage() {
<h1>Dev import</h1>
</div>
<div class="card" style="max-width:720px">
<p class="field-hint" style="margin-bottom:16px;padding:12px;background:#fff8e1;border-radius:8px;color:#7a5d00">
<p class="field-hint callout-warn">
<strong>Local / test only.</strong> Imports prefixed dev users (<code>dev_*</code>),
clients (<code>DEV-CL-*</code>), and completed questionnaire runs.
Existing real users are not modified. Conflicts are skipped (usernames, client codes, completions).
@ -34,7 +34,7 @@ export function devPage() {
</div>
<div class="card" style="max-width:720px;margin-top:16px">
<h2 style="margin:0 0 8px;font-size:1.1rem">Reset database</h2>
<p class="field-hint" style="margin-bottom:12px;padding:12px;background:#fdecea;border-radius:8px;color:#8a1f17">
<p class="field-hint callout-danger">
<strong>Destructive.</strong> Deletes every client, completion, coach, and supervisor
(including non-dev accounts). Admin logins and questionnaire definitions are kept.
</p>