Skip to content

Commit

Permalink
change text dark
Browse files Browse the repository at this point in the history
  • Loading branch information
hung1605 committed May 25, 2024
1 parent 01799e2 commit 275c2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</form>
</div>
<div class="col-md-6 table-container">
<h2 class="text-center">Top 3 Students with Highest GPA</h2>
<h2 class="text-center text-dark">Top 3 Students with Highest GPA</h2>
<?php
if ($top_students->num_rows > 0) {
echo '<table class="table table-striped mt-3"><thead class="thead-dark"><tr><th>ID</th><th>Name</th><th>Class</th><th>GPA</th></tr></thead><tbody>';
Expand Down

0 comments on commit 275c2d3

Please sign in to comment.