diff --git a/dev/styles/main/header/header.less b/dev/styles/main/header/header.less index b1a6b15..3937fc1 100644 --- a/dev/styles/main/header/header.less +++ b/dev/styles/main/header/header.less @@ -850,7 +850,7 @@ .main-navigation__search-btn:before { width: 14px; height: 14px; - border: 2px solid @main-color; + border: 2px solid @nav-search-btn-color; top: 50%; left: 50%; @@ -864,7 +864,7 @@ left: 50%; margin-top: 5px; margin-left: 3px; - background-color: @main-color; + background-color: @nav-search-btn-color; } }