diff --git a/scripts/results.js b/scripts/results.js index 3e49e10..a694162 100644 --- a/scripts/results.js +++ b/scripts/results.js @@ -81,7 +81,7 @@ function refreshTourneyDisplay() { } // Create variable for easier readability - var html = ""; + var html = ""; document.getElementById("recentTourneyDisplay").innerHTML = html; } \ No newline at end of file diff --git a/styles/tourney_results.css b/styles/tourney_cards.css similarity index 95% rename from styles/tourney_results.css rename to styles/tourney_cards.css index 3fee5ad..19de92b 100644 --- a/styles/tourney_results.css +++ b/styles/tourney_cards.css @@ -21,6 +21,7 @@ border: 2px solid rgb(0, 0, 255); border-radius: 20px; box-shadow: 0 0 6px; + background-color: rgba(160, 140, 200, 0.8); width: 99%; display: flex; flex-direction: row; diff --git a/tournament/recent_results.php b/tournament/tourney_cards.php similarity index 98% rename from tournament/recent_results.php rename to tournament/tourney_cards.php index 2f6b079..8c4066a 100644 --- a/tournament/recent_results.php +++ b/tournament/tourney_cards.php @@ -35,7 +35,7 @@ $tourneyResults = $sqlGetTourneyInfo->fetchAll(PDO::FETCH_ASSOC); - + no title