Skip to content

Commit 472366a

Browse files
tomvannuenenclaude
andcommitted
Modernize category cards with flat design - remove gradient
- Replace gradient background with clean white background - Maintains hover effects and transitions for interactivity - Creates more modern, minimalist appearance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b39d23f commit 472366a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/stylesheets/custom-home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
margin-top: 80px !important; /* Account for fixed navbar height + padding */
66
}
77

8-
/* Add gradient background to category cards */
8+
/* Modern flat design for category cards */
99
.category-card {
10-
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
10+
background: #ffffff;
1111
transition: transform 0.3s ease, box-shadow 0.3s ease;
1212
}
1313

0 commit comments

Comments
 (0)