From 9331856f98712c871fe2cb75daa93c467eed03a1 Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 21 Jul 2026 18:05:07 -0300 Subject: [PATCH] fixing background --- web/src/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/styles.css b/web/src/styles.css index 261b217..f03bc2b 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -651,9 +651,9 @@ body { radial-gradient(ellipse at 50% 58%, rgba(215, 255, 99, 0.07), transparent 44rem), repeating-conic-gradient(from 18deg at 50% 34%, rgba(215, 255, 99, 0.04) 0deg 1deg, transparent 1deg 12deg), linear-gradient(rgba(215, 255, 99, 0.04) 1px, transparent 1px), - linear-gradient(90deg, rgba(215, 255, 99, 0.04) 1px, transparent 1px), - var(--canvas); - background-size: auto, auto, auto, auto, auto, 72px 72px, 72px 72px, auto; + linear-gradient(90deg, rgba(215, 255, 99, 0.04) 1px, transparent 1px); + background-size: auto, auto, auto, auto, auto, 72px 72px, 72px 72px; + background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat; background-attachment: fixed; }