Skip to content

Commit abdbdc0

Browse files
Changed home page image overlay opacity to 0.7 across whole screen.
1 parent b29ab68 commit abdbdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ a {
133133
.navigation__content {
134134
@extend .page__background-img-container;
135135
&::after {
136-
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.8) 100%);
136+
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
137137
}
138138
}
139139

0 commit comments

Comments
 (0)