From f4103cccec493e95668a284a5c7cef9d3ce91ab7 Mon Sep 17 00:00:00 2001 From: Samantha Becker <12024604-beckersam@users.noreply.gitlab.com> Date: Mon, 18 Sep 2023 11:41:01 +0200 Subject: [PATCH] Fix background colors Remove push.sh --- push.sh | 2 -- templates/index.html | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 push.sh diff --git a/push.sh b/push.sh deleted file mode 100644 index 69be08f..0000000 --- a/push.sh +++ /dev/null @@ -1,2 +0,0 @@ -gcloud builds submit --pack image=[IMAGE] /mnt/BigSSD/go/src/gitlab.com/evilthings-services/mstar -gcloud run deploy mstar --image [IMAGE] \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index bbb11be..3245791 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,6 +13,8 @@ --accent: #7924b2; font-family: Cantarell, serif; + } + body { background: var(--background); } table {