
Originally Posted by
alfa19
I think they hard-coded it to the container's ID in the stylesheet:
Code:
#app-header {
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8fc33a),color- stop(100%,#739b2e));
background-image: -webkit-linear-gradient(top,#8fc33a,#739b2e);
background-image: -moz-linear-gradient(top,#8fc33a,#739b2e);
background-image: -o-linear-gradient(top,#8fc33a,#739b2e);
background-image: linear-gradient(top,#8fc33a,#739b2e);
border-bottom: 1px solid #567422;
}
Might be better to use a theming approach.