diff --git a/Makefile b/Makefile index 926d5ca..365c3ea 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,6 @@ server: deploy: @echo "📤 Pushing production to gitea..." - git push gitea production + git push origin production ssh $(VPS_USER)@$(VPS_HOST) -p $(SSH_PORT) "cd $(VPS_PATH) && git checkout production && git pull origin production" @echo "✅ Deployment done!" diff --git a/sleepeesoftware.fr/css/base.css b/sleepeesoftware.fr/css/base.css index 963c14a..1de1750 100644 --- a/sleepeesoftware.fr/css/base.css +++ b/sleepeesoftware.fr/css/base.css @@ -110,11 +110,8 @@ footer { text-align: center; } -footer a { +a { text-decoration: none; color: var(--primary-color); - /*padding: 0.5rem 1rem;*/ - /*border: 1px solid var(--primary-color); - border-radius: 4px;*/ text-shadow: 0 0 3px var(--primary-color); }