Skip to content

Commit

Permalink
change main action button accent
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Sep 29, 2024
1 parent 109332c commit c813f89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/stylesheets/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,20 @@
justify-content: center;
align-items: center;
text-transform: capitalize;
background: #d2ecff;
background: coral;
color: #000;
border-radius: 3px;
cursor: pointer;
margin: 0 10px;
text-decoration: none;
font-weight: 700;
}

#banner .actions a:first-of-type {
background: none;
color: #d2ecff;
border: 1px solid #d2ecff;
font-weight: 500;
}

@media screen and (max-width: 680px) {
Expand Down

0 comments on commit c813f89

Please sign in to comment.