I'm trying to override the body tag in local.css with
body {
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(255,255,255)),color-stop(0.7, rgb(195,202,78));
background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 39%,rgb(197,175,125) 70%));
}
But the gradients aren't showing up. I've used them before in a zen sub theme. Is there a way to get this to work?
Comments
Comment #1
ajross commentedAre you using one of the custom color themes that uses a background image for the body? What are you seeing instead of the gradient when you try this?
Comment #2
ajross commentedComment #3
ajross commentedAm closing issue due to lack of response.