Skip to content

Commit 80c7671

Browse files
tomvannuenenclaude
andcommitted
Change category cards to light grey background for better contrast
- Replace white background with light grey (#f8f9fa) - Provides better visual separation from white page background - Maintains clean, modern flat design 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 66fd904 commit 80c7671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/stylesheets/custom-home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/* Modern flat design for category cards */
99
.category-card {
10-
background: #ffffff;
10+
background: #f8f9fa;
1111
transition: transform 0.3s ease, box-shadow 0.3s ease;
1212
}
1313

0 commit comments

Comments
 (0)