diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 72a1705..cb80276 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -95,9 +95,9 @@ body { } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { - color: #ffffff; - border-color: #3c6385; - background-color: #2c5f93; + color: #ffffff !important; + border-color: #3c6385 !important; + background-color: #2c5f93 !important; } .border-top { @@ -109,5 +109,5 @@ code { } .fa-times { - -} \ No newline at end of file + +}