Skip to content

Commit 5af15be

Browse files
tomvannuenenclaude
andcommitted
Add white background on category card hover
- Category cards change from light grey to white on hover - Matches the hover behavior of workshop cards in category pages - Creates consistent interactive feedback across the site 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 80c7671 commit 5af15be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/stylesheets/custom-home.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
.category-card:hover {
1515
transform: translateY(-5px);
1616
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
17+
background: #ffffff;
1718
}
1819

1920
/* Add icons or emojis to categories */

0 commit comments

Comments
 (0)