Skip to content

Commit

Permalink
Changed button color
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommimon committed Apr 10, 2021
1 parent 530dcab commit bf9911e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.btn{
border: 1px solid #ddd;
background-color: #ff6eec;
background-color: #7002b0;
padding: 11px 35px;
font-family: 'Google Sans', Roboto, Helvetica, Arial, sans-serif;;
font-size: 20px;
color: rgb(86, 86, 86);
color: white;
cursor: pointer;
pointer-events:all;

Expand Down

0 comments on commit bf9911e

Please sign in to comment.