Skip to content

Commit 2add3ff

Browse files
fix: add 5th nth-child border-color rule for quest card 5
Co-authored-by: juliamuiruri4 <40116776+juliamuiruri4@users.noreply.github.com>
1 parent 158a2d0 commit 2add3ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,4 @@
404404
.quest-card:nth-child(2) { border-image: linear-gradient(180deg, #8b5cf6, #a78bfa) 1; border-image-slice: 0 0 0 1; }
405405
.quest-card:nth-child(3) { border-image: linear-gradient(180deg, #ec4899, #f472b6) 1; border-image-slice: 0 0 0 1; }
406406
.quest-card:nth-child(4) { border-image: linear-gradient(180deg, #f59e0b, #fbbf24) 1; border-image-slice: 0 0 0 1; }
407+
.quest-card:nth-child(5) { border-image: linear-gradient(180deg, #10b981, #34d399) 1; border-image-slice: 0 0 0 1; }

0 commit comments

Comments
 (0)