Skip to content

Commit

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

* hex code length fix
  • Loading branch information
sim-codes authored Jun 8, 2024
1 parent 1857697 commit a138f1b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions core/static/css/wf_website.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,13 @@ p {
}

.btn-outline-primary {
border-color: #06669a;
color: #06669a;
border-color: #06669a !important;
color: #06669a !important;
}

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

.btn-primary:hover {
Expand Down

0 comments on commit a138f1b

Please sign in to comment.