Skip to content

Commit 0d6191a

Browse files
jmacotclaude
andcommitted
style: stronger bg contrast on landing page for Windows
Darken --bg (#e4eaf2 → #d9e1ec) and --border (#dce3ed → #c9d3e0) for clearly visible card separation on Windows displays. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 94c66e4 commit 0d6191a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<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" />
2424
<style>
2525
:root {
26-
--bg: #e4eaf2;
26+
--bg: #d9e1ec;
2727
--surface: #ffffff;
2828
--ink: #0f172a;
2929
--ink-muted: #64748b;
30-
--border: #dce3ed;
30+
--border: #c9d3e0;
3131

3232
/* Sombras modernas */
3333
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.06), 0 1px 2px -1px rgb(0 0 0 / 0.06);

0 commit comments

Comments
 (0)