From da6faaaec46d3896073ab1ec1bae3a95616b5e3a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 29 Jun 2025 09:19:04 -0500 Subject: [PATCH] fix: improve styles for testing watermark background image --- src/wuttaweb/templates/base.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wuttaweb/templates/base.mako b/src/wuttaweb/templates/base.mako index 3be1d37..a1130ef 100644 --- a/src/wuttaweb/templates/base.mako +++ b/src/wuttaweb/templates/base.mako @@ -130,7 +130,7 @@ } % if not request.wutta_config.production(): - html, .navbar, .footer { + html, body, .navbar, .footer { background-image: url(${request.static_url('wuttaweb:static/img/testing.png')}); } % endif