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'])){ ?>
-
+
- -
@@ -512,15 +512,15 @@ for ($row = 0; $row < $num_rows; $row++) { #Specific Species if(isset($_GET['species'])){ ?>
+ text-align: center">
- -
type="checkbox" name="only_excluded" onChange="submit()"> diff --git a/scripts/stats.php b/scripts/stats.php index cfeedcf..43158df 100644 --- a/scripts/stats.php +++ b/scripts/stats.php @@ -60,15 +60,15 @@ if (get_included_files()[0] === __FILE__) {
-
+
- -