This commit is contained in:
zadit biasa aja
2025-07-02 10:33:06 +00:00
parent cb576b3176
commit 765d90ceec
2 changed files with 28 additions and 9 deletions

View File

@@ -283,7 +283,7 @@ body {
}
.submitButton:hover {
background-color: var(--dark-blue);
background-color: #d03b3b;
transform: translateY(-1px);
box-shadow: var(--shadow-md);
}
@@ -316,9 +316,9 @@ body {
}
.warning {
background-color: rgb(245 158 11 / 0.1);
color: var(--warning-amber);
border: 1px solid rgb(245 158 11 / 0.2);
background-color: #ef444417;
color: #ef4444;
border: 1px solid #ef444433;
padding: 1rem;
border-radius: 0.5rem;
margin-top: 1rem;