make backgrounds more gractwo in color
This commit is contained in:
@@ -11,11 +11,9 @@
|
||||
|
||||
.bg-gractwo-index-light {
|
||||
background-size: "100% 100%";
|
||||
background-image: radial-gradient(
|
||||
125% 125% at 50% 90%,
|
||||
#ffffff 40%,
|
||||
#ff637e 120%
|
||||
);
|
||||
background-image:
|
||||
radial-gradient(125% 125% at 50% 90%, #ffffff 40%, transparent 95%),
|
||||
linear-gradient(to right, #ff637e 15%, #00d3f2 100%);
|
||||
}
|
||||
|
||||
.dashed-bottom-fade-grid {
|
||||
@@ -24,8 +22,8 @@
|
||||
z-index: 0;
|
||||
|
||||
background-image:
|
||||
linear-gradient(to right, #e7e5e4 1px, transparent 1px),
|
||||
linear-gradient(to bottom, #e7e5e4 1px, transparent 1px);
|
||||
linear-gradient(to right, rgba(255, 99, 126, 0.3) 1px, transparent 1px),
|
||||
linear-gradient(to bottom, rgba(0, 211, 242, 0.3) 1px, transparent 1px);
|
||||
background-size: 20px 20px;
|
||||
background-position:
|
||||
0 0,
|
||||
|
||||
Reference in New Issue
Block a user