Skip to content

Commit

Permalink
Update cloud.css
Browse files Browse the repository at this point in the history
  • Loading branch information
knaifus committed May 9, 2024
1 parent e16738d commit a7d6460
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions plash/cloud/cloud.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ body {

#clouds{
padding: 200px 0;
/* background: transparent; */
background: #c9dbe9;
background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
background: transparent;
/* background: #c9dbe9; */
}

/*Time to finalise the cloud shape*/
Expand Down

0 comments on commit a7d6460

Please sign in to comment.