From 8fa422adcff1ae0497610536b322a05916d9bf95 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:45:09 +0200 Subject: [PATCH] Update php + dark css @hiemstra87 Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com> --- homepage/static/dark-style.css | 10 +++++----- scripts/play.php | 14 +++++++------- scripts/stats.php | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index e1322e2..1a4dcad 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -664,19 +664,19 @@ button:hover { .sortbutton { margin-top:10px; font-size:x-large; - background:#3b3b3b; + background: #BB4242; padding:5px; box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10); } .sortbutton button:hover { - background-color: #2b2b2b; - color: white; + background-color: #00FFFF; + color: #108810; } .sortbutton button.active { - background-color: #2b2b2b; - color: white; + background-color: #000000; + color: #f5d214; } button.legacyview { diff --git a/scripts/play.php b/scripts/play.php index 526f59b..7c11816 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -399,15 +399,15 @@ if(!isset($_GET['species']) && !isset($_GET['filename'])){ ?>