🎨 Adjust toast notification styles with updated colors

This commit is contained in:
2026-01-28 19:54:46 +00:00
parent 6060db82d7
commit 0b23d8b998

View File

@@ -1100,13 +1100,13 @@ onMounted(() => {
} }
.toast.success { .toast.success {
background: #2ecc71; background: #229954;
color: white; color: #ffffff;
} }
.toast.error { .toast.error {
background: #e74c3c; background: #c0392b;
color: white; color: #ffffff;
} }
@keyframes slideIn { @keyframes slideIn {