Neat theme. It made my site look great right away, and the Skinr and Designkit integration seems helpful.

One thing I noticed. I uploaded a custom background image which looks fantastic on the main page, but when I use the lightbox to display video, the default shells_background.jpg is displayed via granada-designkit.css which throws off the look I've developed. Either this little graphic should be removed, or be made customizable.

Comments

nedjo’s picture

The issue seems to be that designkit css is added only when theme('page') is called, so we need to conditionally load granada.designkit.css only for theme('page') calls. Maybe we'll add this css file in a page preprocess callback.