From 7dc0be30ab5ad44be0a41adf55a4658e74fe0b50 Mon Sep 17 00:00:00 2001 From: Jan Sroka Date: Wed, 8 Jul 2026 22:16:40 +0200 Subject: [PATCH 1/3] refactor(csp): remove inline styles and tighten style-src to 'self' Moves the 6 inline style="..." attributes into CSS classes so the CSP can drop 'unsafe-inline' from style-src: - 5 per-project background tints on .projekt-block cards (projekte.html) -> .projekt-block--{impfen,labhive,coronika,dw,did} in custom.css - text-align:end on the letter date (offenerbrief) -> .text-end Colours/alignment unchanged. CSP style-src is now `'self'` (was `'self' 'unsafe-inline'`). Verified: the built _site has zero inline style attributes, on*= handlers,