From f65a2b30eeee4c37f585c634774da066059a6eac Mon Sep 17 00:00:00 2001 From: nessi Date: Tue, 3 Feb 2026 13:07:43 +0100 Subject: [PATCH] Update comments for background styling configuration Replaced a single-line comment with a block comment in the background styling configuration. No functional changes were made; this is purely for better readability and maintainability. --- frontend/src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 88dd845..4c71350 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1166,12 +1166,12 @@ const styles = { backgroundPosition: "center", backgroundRepeat: "no-repeat", - // Blur ist teuer -> aber stabilisieren: + /* Blur ist teuer -> aber stabilisieren: filter: "blur(6px) saturate(0.95) contrast(1.05)", transform: "scale(1.06) translateZ(0)", backfaceVisibility: "hidden", willChange: "transform", - opacity: 0.95, + opacity: 0.95,*/ }, bgInkVignette: {