We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change the default background color “3dc763” to other colors? Example: I change the default color to "ff9d3d"
I'm using webpack to compile JS modules in my project, but every time I compile the "ff9d3d" color changes to the default "3dc763".
CSS:
.notyf__toast { font-size: 1.6rem !important; /* I can change the default font */ padding: 8px; } /* Change the background of success notifications */ .notyf__toast.notyf__toast--success { background-color: #ff9d3d !important; color: #fafafa !important; } /* Change the background of error notifications */ .notyf__toast.notyf__toast--error { background-color: #F44336 !important; color: #fafafa !important; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to change the default background color “3dc763” to other colors? Example: I change the default color to "ff9d3d"
I'm using webpack to compile JS modules in my project, but every time I compile the "ff9d3d" color changes to the default "3dc763".
CSS:
The text was updated successfully, but these errors were encountered: