From 8ee36fd3ebebe6eab8be4eed65ba4a2c387c6852 Mon Sep 17 00:00:00 2001 From: Maaxxs <61059039+MaaxxsDev@users.noreply.github.com> Date: Tue, 7 Jul 2026 02:49:25 +0200 Subject: [PATCH] Keep the grain texture off content cards, only on page background/bands The fixed full-viewport overlay painted grain over everything, including cards, buttons, and the FAQ accordion that should stay plain. Back to plain background-image on .page-texture plus a new .grain-band class for the two structural full-width stripe sections on the homepage - cards keep their own opaque background, which naturally blocks it without any extra work. Co-Authored-By: Claude Sonnet 5 --- hifi-src/src/components/PublicLayout.jsx | 1 - hifi-src/src/index.css | 37 ++++++++++-------------- hifi-src/src/pages/public/Home.jsx | 4 +-- 3 files changed, 18 insertions(+), 24 deletions(-) diff --git a/hifi-src/src/components/PublicLayout.jsx b/hifi-src/src/components/PublicLayout.jsx index 1c6c169..57e87c1 100644 --- a/hifi-src/src/components/PublicLayout.jsx +++ b/hifi-src/src/components/PublicLayout.jsx @@ -64,7 +64,6 @@ export default function PublicLayout() {
-