diff --git a/core/static/css/wf_website.css b/core/static/css/wf_website.css index 8e6044c0..324dcf4c 100644 --- a/core/static/css/wf_website.css +++ b/core/static/css/wf_website.css @@ -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 {