Skip to content

Commit

Permalink
Update launch button colours
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Sep 4, 2024
1 parent 97abcbf commit fa04b2a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
}

.btn-model-light {
border-color: #282572;
color: #282572;
border-color: #598f39;
color: #598f39;
}

.btn-model-light:hover {
background-color: #282572;
background-color: #598f39;
color: rgb(242, 242, 241);
}

Expand Down

0 comments on commit fa04b2a

Please sign in to comment.