fix(web): align replay and landing page to Terminal (base16-eighties) palette

Replay viewer was using the old midnight-purple palette. Both pages now
use the exact color tokens from ui_theme.rs — matching the desktop and
Android app exactly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-13 16:23:16 -07:00
parent 00f2d890f1
commit feb581005c
2 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
--bg: #151515;
--panel: #202020;
--panel-hi: #2a2a2a;
--border: rgba(255,255,255,0.07);
--border: #353535;
--text: #d0d0d0;
--text-muted: #a0a0a0;
--accent: #a54242;