Skip to content

Commit

Permalink
changed btn colors
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed May 7, 2024
1 parent eecc1cc commit c3bba38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
}

.getting-started {
background: rgb(255,27,107);
background: linear-gradient(230deg, rgba(255,27,107,1) 4%, rgba(255,81,235,1) 89%);
background: rgb(51,122,193);
background: linear-gradient(230deg, rgba(51,122,193,1) 55%, rgba(161,226,252,1) 100%);
}

.pygeoweaver-learn-more {
background: rgb(52,157,156);
background: linear-gradient(90deg, rgba(52,157,156,1) 0%, rgba(255,196,0,1) 100%);
background: rgb(216,108,19);
background: linear-gradient(230deg, rgba(216,108,19,1) 55%, rgba(255,184,90,1) 100%);
}

.view-on-github {
Expand Down

0 comments on commit c3bba38

Please sign in to comment.