Skip to content

Commit

Permalink
added styles for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
FeSuert committed Sep 7, 2023
1 parent c457020 commit 9a6dae3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,20 @@ img.logo {

div.contact-info p {
margin: 0;
}

a.btn-brand {
background-color: $primary;
border-color: $primary;
color: #fff !important;

span {
color: #fff !important;
}
}

a.btn-brand:hover {
background-color: #1a7765;
border-color: #1a7765;
color: #fff !important;
}

0 comments on commit 9a6dae3

Please sign in to comment.