Slightly changed button color and changed body height to be min-100vh

This commit is contained in:
2024-04-03 04:50:25 +02:00
parent c74bdeba72
commit 803c5bbdbd
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ textarea {
}
.btn {
@apply bg-slate-50 border my-2 px-3 py-2 rounded-md w-full hover:bg-slate-100;
@apply bg-slate-200 border my-2 px-3 py-2 rounded-md w-full hover:bg-slate-100;
}
.action-btn {