Skip to content

Commit

Permalink
Update stylesheet.css
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaheim committed Aug 27, 2024
1 parent 104a027 commit e329ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ a {
.page-header {
color: #fff;
text-align: center;
background-color: #fd1d1d;
background-image: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
background-color: #f6e2d8;
background-image: linear-gradient(45deg,#f6e2d8 0%,#68c2e8 100%);
}

@media screen and (min-width: 64em) {
Expand Down

0 comments on commit e329ad8

Please sign in to comment.