make backgrounds more gractwo in color

This commit is contained in:
2025-10-09 16:38:00 +02:00
parent 9607b23130
commit d3a71827e1

View File

@@ -11,11 +11,9 @@
.bg-gractwo-index-light { .bg-gractwo-index-light {
background-size: "100% 100%"; background-size: "100% 100%";
background-image: radial-gradient( background-image:
125% 125% at 50% 90%, radial-gradient(125% 125% at 50% 90%, #ffffff 40%, transparent 95%),
#ffffff 40%, linear-gradient(to right, #ff637e 15%, #00d3f2 100%);
#ff637e 120%
);
} }
.dashed-bottom-fade-grid { .dashed-bottom-fade-grid {
@@ -24,8 +22,8 @@
z-index: 0; z-index: 0;
background-image: background-image:
linear-gradient(to right, #e7e5e4 1px, transparent 1px), linear-gradient(to right, rgba(255, 99, 126, 0.3) 1px, transparent 1px),
linear-gradient(to bottom, #e7e5e4 1px, transparent 1px); linear-gradient(to bottom, rgba(0, 211, 242, 0.3) 1px, transparent 1px);
background-size: 20px 20px; background-size: 20px 20px;
background-position: background-position:
0 0, 0 0,