Skip to content

Commit ce00017

Browse files
etzmclaude
andcommitted
Reduce border-radius from 10px to 4px for subtler corners
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3448b8b commit ce00017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
--font-mono: "DM Mono", monospace;
1919
--max-width: 1100px;
2020
--nav-height: 64px;
21-
--radius: 10px;
21+
--radius: 4px;
2222
--shadow: 0 2px 16px rgba(123, 45, 142, 0.08);
2323
}
2424

0 commit comments

Comments
 (0)