Skip to content

Commit 5b842a7

Browse files
authored
Change text-muted class to text class in welcome.html
1 parent 8f9f140 commit 5b842a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h5 class="alert-heading">🎯 How to Play</h5>
3333
<div class="row">
3434
<div class="col-12 col-lg-7">
3535
<div class="mb-3">
36-
<small class="text-muted">
36+
<small class="text">
3737
<strong>Difficulty:</strong> ⭐ (Easy) ⭐⭐ (Medium) ⭐⭐⭐ (Hard) ⭐⭐⭐⭐ (Expert) ⭐⭐⭐⭐⭐ (Master) |
3838
<strong>Environment:</strong> Where the challenge can be solved
3939
</small>

0 commit comments

Comments
 (0)