Skip to content

Commit bc18153

Browse files
Ankit Khareclaude
authored andcommitted
Change playlist description text to white
- Changed color from black to white for visibility on dark background - Text now clearly visible against the background 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 099bef0 commit bc18153

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
@@ -2065,7 +2065,7 @@ body.nav-open {
20652065
text-align: center;
20662066
margin-top: var(--spacing-md);
20672067
font-size: 1.1rem;
2068-
color: var(--color-black);
2068+
color: #ffffff;
20692069
font-weight: 600;
20702070
}
20712071

0 commit comments

Comments
 (0)