Skip to content

Commit cb53815

Browse files
jmacotclaude
andcommitted
style: fix password template bg to match landing page (#e8edf4)
Replace StatiCrypt template color variables with hardcoded values matching the Sistema A design system for visual consistency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dd7ff60 commit cb53815

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

password_template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Mono:wght@400;500&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
1616
<style>
1717
:root {
18-
--bg: /*[|template_color_secondary|]*/0;
18+
--bg: #e8edf4;
1919
--surface: #ffffff;
2020
--border: #e2e8f0;
21-
--accent: /*[|template_color_primary|]*/0;
21+
--accent: #1a3a5c;
2222
--accent-hover: #14304f;
2323
--ink: #0f172a;
2424
--ink-muted: #64748b;

0 commit comments

Comments
 (0)