Is there a ‘box-shadow-color’ property?

I have the following CSS:

box-shadow: inset 0px 0px 2px #a00;

Now I am trying to extract that color to make the page colors ‘skinnable’. Is there any way of doing this? Simply removing the color, and then using the same key again later overwrites the original rule.

There doesn’t seem to be a box-shadow-color, at least Google turns nothing up.

5 Answers
5

Leave a Comment