Skip to content

Commit 1462f43

Browse files
Balanced image overlay opacity for header images (events and about) to match overall darkness level.
1 parent 6e2e287 commit 1462f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/contact.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.contact__background-img-container {
66
@extend .page__background-img-container;
77
&::after {
8-
background: rgba(0, 0, 0, 0.65);
8+
background: rgba(0, 0, 0, 0.8);
99
}
1010
}
1111

_sass/events.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.events-page__background-img-container {
66
@extend .page__background-img-container;
77
&::after {
8-
background: rgba(0, 0, 0, 0.65);
8+
background: rgba(0, 0, 0, 0.6);
99
}
1010
}
1111

0 commit comments

Comments
 (0)