From 330d5a8f59fa3037ea6866bbae4f96c5472079b1 Mon Sep 17 00:00:00 2001 From: Viktor Petersson Date: Mon, 13 Jul 2026 19:32:42 +0000 Subject: [PATCH] Adopt shared chrome from signage-kit 2026.7.2; standardize footer badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the "Powered by … screenly.io" footer lockup with the standardized fixed corner Screenly badge, and share the badge + font vendoring with the kit: - build.ts prepends the kit's styles/brand.css to main.css (brand.css is path-agnostic — only clamp/position, no url()). NOT the kit's fonts.css: this app uses RELATIVE asset paths (../fonts/…, ./images/…) for Pages-subpath portability, while fonts.css hard-codes /static/fonts/, so the app keeps its own relative @font-face and only shares the badge rules. - index.html: the