Skip to content

Commit 8bd7418

Browse files
Serhii Prykhozhyiphilippem
authored andcommitted
increase the vibrancy/brightness of the coloured areas
1 parent 52ef007 commit 8bd7418

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

www/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2967,21 +2967,21 @@ h3.table-title{
29672967
width: 600px;
29682968
height: 1000px;
29692969
position: absolute;
2970-
filter: blur(120px);
2970+
filter: blur(40px);
29712971
top: -15%;
29722972
left: 25%;
2973-
z-index: -100;
2973+
z-index: -10;
29742974
}
29752975

29762976
.blur-green {
29772977
background: url(img/ellipse-2.svg);
29782978
width: 600px;
29792979
height: 1000px;
29802980
position: absolute;
2981-
filter: blur(120px);
2981+
filter: blur(40px);
29822982
top: -20%;
29832983
right: 10%;
2984-
z-index: -100;
2984+
z-index: -10;
29852985
}
29862986

29872987
.laser-lines {

0 commit comments

Comments
 (0)