]> littlesong.place Git - swapshop.git/commitdiff
Fix colors on iOS, https
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 10 May 2026 21:32:50 +0000 (17:32 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 10 May 2026 21:32:50 +0000 (17:32 -0400)
index.php

index d3116081a113a53abcff10be9c0696bf052bd2b1..f99c4446a014bd48ada972f9a8cb85e2cc49f7e5 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-const BASE_URL = "http://swapshop.littlesong.place";
+const BASE_URL = "https://swapshop.littlesong.place";
 $GLOBALS['db'] = new PDO("sqlite:database.db");
 $event = $_GET['event'];
 $name = $_GET['name'];
@@ -82,6 +82,7 @@ $shareable_link = event_url($event);
     }
     input[type=submit] {
         background: #fdf;
+        color: #434;
         border: 0;
         cursor: pointer;
         border-radius: 5px;