File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments