diff --git a/less/common/Navigation.less b/less/common/Navigation.less index c97b2fe72..ca29ed68a 100644 --- a/less/common/Navigation.less +++ b/less/common/Navigation.less @@ -49,12 +49,12 @@ content: ' '; display: block; position: absolute; - background: @primary-color; + background: @header-color; top: 10px; right: 3px; width: 14px; height: 14px; border-radius: 7px; - border: 2px solid @body-bg; + border: 2px solid @header-bg; } }