diff --git a/components/staging/staging.less b/components/staging/staging.less index a6dc48015..8aef97ec9 100644 --- a/components/staging/staging.less +++ b/components/staging/staging.less @@ -1,7 +1,7 @@ @import 'public/less/variables.less'; .staging { - background: #643a44; + background: #2b3844; box-shadow: 0 -1px 15px #252833; color: #b8a5a5; z-index: 5; @@ -18,7 +18,7 @@ } .arrow { - border-top-color: #643a44; + border-top-color: #2b3844; left: (@log-width-small + 45px); bottom: -30px; }