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;