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; }