Skip to content

Commit c6f3d35

Browse files
Update leaderboard.html
1 parent bc5227d commit c6f3d35

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

leaderboard.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77
<link rel="icon" href="TCC.png" type="image/png">
88
<link rel="stylesheet" href="styles.css">
99
<style>
10-
/* Leaderboard Specific Styles - Now embedded in this file */
11-
10+
.active-nav-button {
11+
background-color: #0056b3; /* A slightly darker blue to indicate active state */
12+
color: white;
13+
border-bottom: 3px solid #f0f0f0; /* Add a subtle underline */
14+
}
15+
1216
/* Mini Window Styling (for leaderboard page) */
1317
.mini-window {
1418
width: 90%;
@@ -219,7 +223,7 @@ <h2 class="site-title">The Coders Club</h2>
219223
<button class="nav-button" onclick="window.location.href='weeklycontent.html';">Weekly Content</button>
220224
<button class="nav-button" onclick="window.location.href='quiz.html';">Week 5 Quiz</button>
221225
<button class="nav-button" onclick="window.location.href='finalquiz.html';">Final Quiz</button>
222-
<button class="nav-button" onclick="window.location.href='leaderboard.html';">Leaderboard</button>
226+
<button class="nav-button active-nav-button" onclick="window.location.href='leaderboard.html';">Leaderboard</button>
223227
<button class="nav-button" onclick="window.location.href='feedback.html';">Feedback</button>
224228
</div>
225229

0 commit comments

Comments
 (0)