diff --git a/src/assets/css/portfolio.css b/src/assets/css/portfolio.css index 9d70cd8..13a49af 100644 --- a/src/assets/css/portfolio.css +++ b/src/assets/css/portfolio.css @@ -1547,7 +1547,12 @@ textarea { .overlay-layer { position: absolute; inset: 0; - background-image: url(/src/img/overlay.svg); + background: linear-gradient( + to top, + rgba(0, 0, 0, 1) 0%, + rgba(0, 0, 0, 0.4) 40%, + rgba(0, 0, 0, 0) 100% + ); border-radius: 10px; display: flex; align-items: flex-end;