Skip to content

Commit a35a224

Browse files
etzmclaude
andcommitted
Remove thick top border from challenge cards, use uniform thin border
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ce00017 commit a35a224

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

assets/css/style.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -313,16 +313,10 @@ ul {
313313
transform: translateY(-2px);
314314
}
315315

316-
.challenge-challenge {
317-
border-top: 3px solid #9e9e9e;
318-
}
319-
320-
.challenge-solution {
321-
border-top: 3px solid #9e9e9e;
322-
}
323-
316+
.challenge-challenge,
317+
.challenge-solution,
324318
.challenge-impact {
325-
border-top: 3px solid #9e9e9e;
319+
border-top: none;
326320
}
327321

328322
.challenge-icon {

0 commit comments

Comments
 (0)