diff --git a/templates/assets/css/admin.css b/templates/assets/css/admin.css index 22eb2e8..a6741c8 100644 --- a/templates/assets/css/admin.css +++ b/templates/assets/css/admin.css @@ -285,7 +285,7 @@ nav.navbar { font-weight: 600; font-size: 1.25rem; line-height: 1.25; - color: #00449e; + color: #000; box-sizing: border-box; } @@ -319,6 +319,7 @@ nav.navbar { border-width: 0; cursor: pointer; -webkit-appearance: button; + appearance: button; text-transform: none; overflow: visible; line-height: 1.15; @@ -335,7 +336,7 @@ nav.navbar { } .modal__btn-primary { - background-color: #00449e; + background-color: #000; color: #fff; }