diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index 961a76a..ad564e0 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -36,7 +36,7 @@ jobs:
       # See: https://www.codered.cloud/docs/cli/
       - name: Install cr tool
         run: |
-          curl -fsSL -o /usr/local/bin/cr "https://www.codered.cloud/cli/cr-linux"
+          wget -O /usr/local/bin/cr "https://www.codered.cloud/cli/cr-linux"
           chmod +x /usr/local/bin/cr
       # Run the deployment.
       - name: Deploy
diff --git a/templates/home.html b/templates/home.html
index 811c1ae..7a24569 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -3,6 +3,8 @@
     <title>Demo Django on CodeRed Cloud</title>
     <style>
       body {
+        background-color: black;
+        color: white;
         font-family: sans-serif;
         padding: 20px;
       }