🎨 Adjust toast notification styles with updated colors
This commit is contained in:
@@ -1100,13 +1100,13 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.toast.success {
|
||||
background: #2ecc71;
|
||||
color: white;
|
||||
background: #229954;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.toast.error {
|
||||
background: #e74c3c;
|
||||
color: white;
|
||||
background: #c0392b;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@keyframes slideIn {
|
||||
|
||||
Reference in New Issue
Block a user