From 89628b974b482157140933719121863e59552b74 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Fri, 8 Aug 2025 01:08:08 +0100 Subject: [PATCH] style: Add Have Blue logo to page background Co-authored-by: aider (gemini/gemini-2.5-pro) --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index f3ad2b0..6d1f829 100644 --- a/static/style.css +++ b/static/style.css @@ -11,6 +11,11 @@ body { font-family: 'FuturaStdHeavy', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #221f1f; + background-image: url('assets/HaveBlueTransWh.png'); + background-repeat: no-repeat; + background-position: bottom 20px right 20px; + background-attachment: fixed; + background-size: 150px; color: #333; margin: 0; padding: 20px;