swap out main index page gradient

This commit is contained in:
2025-10-09 11:49:50 +02:00
parent aae196b7fe
commit 659a4059d6
2 changed files with 10 additions and 1 deletions

View File

@@ -8,3 +8,12 @@
--color-gractwo-blu-semidark: #47b2ad;
--color-gractwo-blu-dark: #3d9994;
}
.bg-gractwo-index-light {
background-size: "100% 100%";
background-image: radial-gradient(
125% 125% at 50% 90%,
#ffffff 40%,
#ff637e 120%
);
}