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.
This commit is contained in:
2026-02-03 13:07:43 +01:00
parent def1fb9545
commit f65a2b30ee

View File

@@ -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: {