Cannot color the sweet alert header
Mistert99 opened this issue · 0 comments
Mistert99 commented
I copied the twitter.css to a custom.css since the twitter.css had most of the settings I wanted.
I tried to color the header background lightgray by adding this to the custom.css:
.sweet-alert header {
background-color: lightgray;
}
It did not work. Thanks for any ideas.