Skip to content

Commit bff5eb8

Browse files
tofu-uxclaude
andcommitted
Make all themes AA compliant and add themed selector buttons
- Update all 8 themes with AA compliant contrast ratios (4.5:1+) - Fix subtitle, timestamp, and placeholder text colors - Add theme-specific button styling to selector - Remove mood/font picker side panel (use defaults only) - Set default moods and fonts for each theme - Center Zen header content - Update Zen subtitle to "Here with you" Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7e0f574 commit bff5eb8

File tree

2 files changed

+537
-385
lines changed

2 files changed

+537
-385
lines changed

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Chat Themes - UX Research</title>
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Nunito:wght@400;500;600;700&family=Quicksand:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700;800&family=Poppins:wght@400;500;600&family=Playfair+Display:wght@400;500;600&family=EB+Garamond:wght@400;500;600&family=Cinzel:wght@400;500;600&family=Spectral:wght@400;500;600&family=Baloo+2:wght@400;500;600;700&display=swap" rel="stylesheet">
710
<style>
8-
* { margin: 0; padding: 0; }
9-
body { min-height: 100vh; }
11+
* { margin: 0; padding: 0; box-sizing: border-box; }
12+
body { min-height: 100vh; background: #1a1a1a; }
13+
#root { min-height: 100vh; }
1014
</style>
1115
</head>
1216
<body>

0 commit comments

Comments
 (0)