Commit 687eb11 1 parent 95cb573 commit 687eb11 Copy full SHA for 687eb11
File tree 1 file changed +3
-3
lines changed
app/components/course-page
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<CoursePage::InstructionsCard ...attributes data-test-course-completed-card>
2
2
<:header >
3
- <div class =" flex items-center mb-6 border-b pb-2" >
3
+ <div class =" flex items-center mb-6 border-b dark:border-gray-800/60 pb-2" >
4
4
<img src ={{ this.congratulationsImage }} alt =" Congratulations!" class =" mr-3 w-10 h-10" />
5
- <span class =" font-semibold text-lg text-gray-700 " >Challenge Complete!</span >
5
+ <span class =" font-semibold text-lg text-gray-800 dark:text-gray-50 " >Challenge Complete!</span >
6
6
</div >
7
7
</:header >
8
8
<:content >
9
- <div class =" text-gray-700 leading-7 prose" data-test-instructions-text>
9
+ <div class =" prose dark: prose-invert " data-test-instructions-text>
10
10
<p >
11
11
Congratulations are in order. Only ~{{ @repository.course.roundedCompletionPercentage }} % of users that attempt this challenge end up completing
12
12
all stages, and you're one of them!
You can’t perform that action at this time.
0 commit comments