www-new/components/ShapesBackground.module.css

21 lines
404 B
CSS
Raw Normal View History

2021-08-19 14:42:21 -04:00
.shapesContainer {
position: absolute;
overflow: hidden;
2021-08-19 14:42:21 -04:00
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -10;
}
.shape {
2021-08-20 00:49:24 -04:00
--blue: invert(53%) sepia(80%) saturate(4689%) hue-rotate(189deg)
brightness(92%) contrast(93%);
2021-08-20 00:49:24 -04:00
--teal: invert(76%) sepia(39%) saturate(578%) hue-rotate(110deg)
brightness(91%) contrast(88%);
position: absolute;
filter: var(--blue);
opacity: 20%;
}