Skip to content

Commit 384cd28

Browse files
Merge branch 'add_content_to_about_page'
2 parents 1ded47f + 1462f43 commit 384cd28

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)