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

ajross’s picture

Are 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?

ajross’s picture

Status: Active » Postponed (maintainer needs more info)
ajross’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Am closing issue due to lack of response.