Customization
Cute Alert provides a set of CSS Variables for both alerts and toasts that allows you to customize them.
Usage
Simply overwrite the desired variable in the :root
element of the document, e.g.:
:root {
--cute-alert-color-success: #006a4e;
--cute-alert-color-success-light: #00926c;
}