From d9ffa98695929a545b9557573e29d20884fb4af0 Mon Sep 17 00:00:00 2001 From: Ryan Schnurrpusch Date: Fri, 22 Aug 2025 16:37:43 -0700 Subject: [PATCH] 250822-16:37 Updated background treatment to avoid tiling, when content has not yet loaded --- styles/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/styles.css b/styles/styles.css index f32353a..2a92f45 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -76,6 +76,7 @@ body { /* background-color: var(--background-color); */ background: linear-gradient(0deg, #e7ebf5 0%, #ffffff 100%); background-size: cover; + background-repeat: no-repeat; color: var(--text-color); font-family: var(--body-font-family); font-size: var(--body-font-size-m);