Use configured background color for 'bobcat' theme
This commit is contained in:
parent
d096909a95
commit
75bddc8777
|
@ -10,6 +10,12 @@
|
|||
${base_meta.favicon()}
|
||||
${self.header_core()}
|
||||
|
||||
% if background_color:
|
||||
<style type="text/css">
|
||||
body { background-color: ${background_color}; }
|
||||
</style>
|
||||
% endif
|
||||
|
||||
% if not request.rattail_config.production():
|
||||
<style type="text/css">
|
||||
body { background-image: url(${request.static_url('tailbone:static/img/testing.png')}); }
|
||||
|
|
Loading…
Reference in a new issue