kevcjones / ngx-simple-modal

A simple unopinionated framework to implement simple modal based behaviour in angular (v2+) projects.
MIT License
52 stars 27 forks source link

where to change modal fade color ? #59

Closed fahadsubzwari924 closed 5 years ago

fahadsubzwari924 commented 5 years ago

I have implemented ngx-simple-modal in which i am opening modal on link click. When modal opens then whole page gets faded with very light black color. I want to make this black color more dark so that my page will get more darker in black and my modal will be more prominent. From where i can change this styling?

fahadsubzwari924 commented 5 years ago

I found the solution. I just change .modal class and change background-color: rgba(0, 0, 0, .4) !important; to background-color: rgba(0, 0, 0, .9) !important;