Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Oct 9, 2024
1 parent 14fa38b commit d5c49c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home_page/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import "{{ site.theme }}";

.page-header {
background-image: linear-gradient(120deg, #1c1c1c, #434343, #b2beb5);
background-image: linear-gradient(120deg, #09203F, #537895);
}

.main-content h1,
Expand All @@ -13,5 +13,5 @@
.main-content h4,
.main-content h5,
.main-content h6 {
color: #1c1c1c;
color: #09203F;
}

0 comments on commit d5c49c2

Please sign in to comment.