Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon authored Nov 13, 2023
1 parent 9b12027 commit 2fa0002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,7 @@ input, select, textarea {
background-image: url("images/overlay.png"), url("images/header.svg"), -webkit-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
background-image: url("images/overlay.png"), url("images/header.svg"), -ms-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
background-image: url("images/overlay.png"), url("images/header.svg"), linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
background-color: #f08c89;
background-color: #4169e1;
background-size: 100% 620%;
background-size: 128px 128px, 100% 620%, auto;
background-repeat: repeat, no-repeat, no-repeat;
Expand Down Expand Up @@ -3067,4 +3067,4 @@ input, select, textarea {
margin-bottom: 1em;
}

}
}

0 comments on commit 2fa0002

Please sign in to comment.