Hey there! Can you please check out this fiddle http://jsfiddle.net/bloodygeese/pwjNQ/1/
I'm currently working on a challenge to find a way to utilize the default or current CSS values only when the user holds down the "preview recommended style" text.
If the user decides they like the recommended style, they can simply click "use recommended style" to set the settings to match the CSS preview. But here's the catch - the CSS may be altered by other functions, which means the color could be black as recommended one time and red another time. How do we address this issue?