diff --git a/Leaderboard.html b/Leaderboard.html index e3b9e4d..fb1b76f 100644 --- a/Leaderboard.html +++ b/Leaderboard.html @@ -12,7 +12,6 @@ body { color: white; } -/* TOPBAR */ .topbar { display: flex; justify-content: space-between; @@ -44,7 +43,6 @@ body { font-weight: bold; } -/* TITLE */ .title { text-align: center; font-size: 32px; @@ -55,7 +53,6 @@ body { margin-top: -10px; } -/* FILTER BUTTONS */ .filter-container { margin: 20px; display: flex; @@ -73,7 +70,6 @@ body { font-weight: bold; } - .filter-btn.active { background: white; color: #000000; @@ -121,7 +117,7 @@ thead { } .card h2 { - color: white; + color: rgb(255, 0, 0); } diff --git a/mainboard.html b/mainboard.html index cfcc102..71ef4f0 100644 --- a/mainboard.html +++ b/mainboard.html @@ -32,7 +32,7 @@
- +
diff --git a/mainboard.js b/mainboard.js index 9b16bb8..83dfd75 100644 --- a/mainboard.js +++ b/mainboard.js @@ -7,9 +7,8 @@ function selectStage(stage) { window.location.href = "gameboard-hard.html"; } } -document.getElementById("leaderboardBtn").addEventListener("click", () => { - alert("Menuju Leaderboard"); -}); + +document.getElementById("leaderboardBtn").addEventListener("click", () => {window.location.href = "Leaderboard.html"}); document.getElementById("logoutBtn").addEventListener("click", () => { alert("Logout berhasil!");