Hello there,
First off, this is a great plug in! I appreciate all the work and time you have put into this! :)
My only issue so far is that I for some reason cannot set the background color of the body to be black and semi-transparent..
I have this for my CSS:
body {
margin: 0px auto;
background-color: rgba(0,0,0,0.5);
color: rgba(0,0,0,0.5);
}
I have tried setting the alpha at 1, 10, 128 and 255 even, and I still see no background color...
Any help would be appreciated! :)
Thank you again,
Tokae
First off, this is a great plug in! I appreciate all the work and time you have put into this! :)
My only issue so far is that I for some reason cannot set the background color of the body to be black and semi-transparent..
I have this for my CSS:
body {
margin: 0px auto;
background-color: rgba(0,0,0,0.5);
color: rgba(0,0,0,0.5);
}
I have tried setting the alpha at 1, 10, 128 and 255 even, and I still see no background color...
Any help would be appreciated! :)
Thank you again,
Tokae