Skip to content

Commit

Permalink
modified style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
j0ell1 committed Oct 13, 2024
1 parent 5ceefd6 commit c459c20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ body {
align-items: center;
margin: 0;
height: 100vh;
background: rgb(36,29,19);
background: -moz-linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%);
background: linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241d13",endColorstr="#978b7d",GradientType=1);
background: rgb(0, 0, 0);
transition: background 1s ease;
}

Expand Down

0 comments on commit c459c20

Please sign in to comment.