Skip to content

Commit

Permalink
Button Blue (#1088)
Browse files Browse the repository at this point in the history
* blue button fix

* hex code length fix

* Refactor button styles for consistency

* Style deplication

---------

Co-authored-by: Brylie Christopher Oxley <[email protected]>
  • Loading branch information
sim-codes and brylie committed Jun 14, 2024
1 parent 0af0694 commit 695cfd0
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions core/static/css/wf_website.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,23 @@ p {
color: #fff !important;
}

.btn-primary:hover {
background-color: #1283bf;
border-color: #1283bf;
.btn-outline-primary:hover {
background-color: #06669a !important;
color: #fff !important;
transition:
background-color 0.3s,
color 0.3s;
}

.btn-primary {
background-color: #06669a;
color: #fff;
border-color: #06669a;
.btn-primary:hover {
background-color: #1283bf !important;
border-color: #1283bf !important;
}

.btn-primary:hover {
background-color: #1283bf;
border-color: #1283bf;
.btn-primary {
background-color: #06669a !important;
color: #fff !important;
border-color: #06669a !important;
}

.card-title {
Expand Down

0 comments on commit 695cfd0

Please sign in to comment.