This commit is contained in:
2025-07-31 20:25:02 -04:00
parent 7a22d8056b
commit 47eabdce96
2 changed files with 68 additions and 4 deletions

View File

@@ -8,6 +8,10 @@
--font-mono: "Geist Mono", ui-monospace, monospace;
}
:root {
--toastify-icon-color-success: #fefdf3 !important;
}
::selection {
background-color: #47a3f3;
color: #fefefe;
@@ -265,6 +269,6 @@ Toastify customizations
}
.Toastify__toast--success {
background-color: rgba(46, 186, 106, 1) !important;
background-color: rgba(46, 186, 106, 0.8) !important;
color: inherit !important;
}
}