Skip to content

Commit 099bef0

Browse files
Ankit Khareclaude
authored andcommitted
Fix text contrast for playlist description
- Changed color from gray to black for better visibility - Increased font size to 1.1rem - Increased font weight to 600 - Now clearly visible against light background 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5ab4c84 commit 099bef0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,9 +2064,9 @@ body.nav-open {
20642064
.youtube-description {
20652065
text-align: center;
20662066
margin-top: var(--spacing-md);
2067-
font-size: 1rem;
2068-
color: var(--color-gray-dark);
2069-
font-weight: 500;
2067+
font-size: 1.1rem;
2068+
color: var(--color-black);
2069+
font-weight: 600;
20702070
}
20712071

20722072
/* ================================

0 commit comments

Comments
 (0)