feat: rename app title to Darkwatch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Aaron Wood 2026-04-11 00:47:06 -04:00
parent 47215b48f1
commit f62e0077d7
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shadowdark Character Manager</title>
<title>Darkwatch</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link

View file

@ -1,5 +1,5 @@
/* ============================================================
Shadowdark Theme System
Darkwatch Theme System
============================================================
All theme-dependent colors use CSS custom properties.
Themes are activated via data-theme attribute on <html>.