Using the blueprint CSS framework, I have stored the blueprint files in the static/ directory and linked them in default-layout.hamlet like this:
<link rel=stylesheet media=screen href=@{StaticR blueprint_screen_css}>
<link rel=stylesheet media=print href=@{StaticR blueprint_print_css}>
In blueprint CSS, the body background is set to white. However, in default-layout.cassius, I would like to change the background to a different color... but it seems to be impossible...
Could this be due to the order of css/cassius/lucius interpretation? If so, is there a way to reverse this order?