3
0
Fork 0

fix: improve styles for testing watermark background image

This commit is contained in:
Lance Edgar 2025-06-29 09:19:04 -05:00
parent 796e793547
commit da6faaaec4

View file

@ -130,7 +130,7 @@
} }
% if not request.wutta_config.production(): % if not request.wutta_config.production():
html, .navbar, .footer { html, body, .navbar, .footer {
background-image: url(${request.static_url('wuttaweb:static/img/testing.png')}); background-image: url(${request.static_url('wuttaweb:static/img/testing.png')});
} }
% endif % endif