From: Ben Sherratt Date: Sat, 27 Dec 2025 16:55:27 +0000 (+0000) Subject: More updates to template X-Git-Url: https://git.bts.cx/garden.git/commitdiff_plain/8e3dc0e710069d6861052478221b3596510f83d7 More updates to template --- diff --git a/templates/style/screen.css b/templates/style/screen.css index 7fe052a..b7441f7 100644 --- a/templates/style/screen.css +++ b/templates/style/screen.css @@ -596,5 +596,6 @@ footer { body > * { padding: 0 30px; margin: 10px; - background-color: #fff; + background-color: rgba(255.0, 255.0, 255.0, 0.8); + border-radius: 7px; }