feat: minor .css changes
Build and Deploy / build-and-push (push) Successful in 1m22s Details

This commit is contained in:
Ludo 2026-05-04 17:19:20 +02:00
parent 1a796ce097
commit 1ccfeb29fb
1 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@
.open-form-btn { .open-form-btn {
width: 100%; width: 100%;
padding: 14px; padding: 14px;
background: #2c3e50; background: #9d4d67;
color: white; color: white;
border: none; border: none;
border-radius: 6px; border-radius: 6px;
@ -276,7 +276,7 @@
} }
.open-form-btn:hover { .open-form-btn:hover {
background: #1a252f; background: #de6c90;
} }
.task-form { .task-form {