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'])){ ?>