Skip to content

Commit

Permalink
Merge pull request #584 from cobalthq/chore/NO-TICKET/btn-hover-fix
Browse files Browse the repository at this point in the history
Update _variables_project.scss
  • Loading branch information
stef-cobaltio authored Nov 14, 2024
2 parents 04a662d + 47bcdf5 commit 257ccac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ a:hover {
color: #002243 !important;
text-decoration: none;
}

.btn-outline-primary:hover {
background-color: #D1E4FF !important;
border-color: #0047AB !important;
}


$bs-link-color: #0047AB;
$bs-link-hover-color: #002243;

Expand Down

0 comments on commit 257ccac

Please sign in to comment.