diff --git a/src/app/pages/home/home.component.scss b/src/app/pages/home/home.component.scss index 2c84d3b..9ba10a5 100644 --- a/src/app/pages/home/home.component.scss +++ b/src/app/pages/home/home.component.scss @@ -730,11 +730,10 @@ width: 100%; height: 100%; background: linear-gradient( - to right, - rgba(255, 255, 255, 0.9) 0%, - rgba(255, 255, 255, 0.7) 50%, - rgba(255, 255, 255, 0.3) 100% - ); + to right, + rgba(255, 255, 255, 0.1) 10%, + rgba(255, 255, 255, 0.1) 10%, + rgba(255, 255, 255, 0.1) 15%); display: flex; align-items: center; padding: 0 56px; @@ -1146,8 +1145,8 @@ padding: 0 20px; background: linear-gradient( to bottom, - rgba(255, 255, 255, 0.95) 0%, - rgba(255, 255, 255, 0.85) 100% + rgba(255, 255, 255, 0.45) 0%, + rgba(255, 255, 255, 0.15) 100% ); }