fixing background
All checks were successful
Build and deploy Havenllo / Verify Go and frontend (push) Successful in 36s
Build and deploy Havenllo / Build and push image (push) Successful in 31s
Build and deploy Havenllo / Apply and restart Havenllo (push) Successful in 5s

This commit is contained in:
Hermes
2026-07-21 18:05:07 -03:00
parent 0655f21bef
commit 9331856f98

View File

@@ -651,9 +651,9 @@ body {
radial-gradient(ellipse at 50% 58%, rgba(215, 255, 99, 0.07), transparent 44rem), 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), 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(rgba(215, 255, 99, 0.04) 1px, transparent 1px),
linear-gradient(90deg, 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;
background-size: auto, auto, auto, auto, auto, 72px 72px, 72px 72px, auto; background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
background-attachment: fixed; background-attachment: fixed;
} }