Use configured background color for 'bobcat' theme

This commit is contained in:
Lance Edgar 2019-03-08 23:30:36 -06:00
parent d096909a95
commit 75bddc8777

View file

@ -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')}); }