From 9e7b726df751a67ca489bf828e4cb375ae587fde Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Wed, 22 Jul 2026 15:39:47 +0200 Subject: [PATCH] Use the official PLM logo in the navbar and as favicon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds app/static/logo.svg — the official Palladium logo (fetched from the palladium-coin/palladium-web-site repo), reprocessed for crisp display at small sizes: the white/blue boundary is sharpened (steep contrast curve instead of the soft anti-aliasing baked into the low-res source) and the outer circle uses an analytically computed alpha edge instead of a rasterized ellipse, so it stays perfectly round with no pixel staircase at any size. Shape and colors are otherwise identical to the source artwork. Wired up as the navbar brand mark (replacing the plain amber "P" square) in index.html, and as the favicon for both index.html and admin.html. Co-Authored-By: Claude Sonnet 5 --- app/static/admin.html | 1 + app/static/index.html | 13 ++++++------- app/static/logo.svg | 3 +++ 3 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 app/static/logo.svg diff --git a/app/static/admin.html b/app/static/admin.html index e462973..929975a 100644 --- a/app/static/admin.html +++ b/app/static/admin.html @@ -4,6 +4,7 @@ PLM Lottery — Admin +