From 6e90e18f0be3373000a88093ba3a8cb9de479afc Mon Sep 17 00:00:00 2001 From: Namonay Date: Mon, 1 Dec 2025 10:45:58 +0000 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 1 - src/data/static/css/style.css | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 0ba94bf..dbb210b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -31,4 +31,3 @@ jobs: docker compose up -d --build echo "Deployment completed!" EOF - - run: echo "The deployment job has finished with status ${{ job.status }}." diff --git a/src/data/static/css/style.css b/src/data/static/css/style.css index eba88e9..f9d3db7 100644 --- a/src/data/static/css/style.css +++ b/src/data/static/css/style.css @@ -13,7 +13,6 @@ body { background-size: cover; background-repeat: no-repeat; background-position: center; - background: #2c2c2c; /* Dark background to match navbar */ color: #f8f9fa; /* Light text for readability */ display: flex; flex-direction: column;