From 4508544e3fe6b5d497d1f4142d96555b7d7139ee Mon Sep 17 00:00:00 2001 From: Ran Byron Date: Tue, 15 Oct 2019 20:33:03 +0300 Subject: [PATCH] Darkened text color --- client/app/components/app-header/AppHeader.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/app/components/app-header/AppHeader.less b/client/app/components/app-header/AppHeader.less index ea28d01a87..6eec58cf65 100644 --- a/client/app/components/app-header/AppHeader.less +++ b/client/app/components/app-header/AppHeader.less @@ -1,4 +1,5 @@ nav .app-header { + @text-color: #333; height: 49px; padding-bottom: 1px; box-sizing: content-box; @@ -20,6 +21,7 @@ nav .app-header { .menu-item-button { padding: 0 15px; font-size: 18px; + color: @text-color !important; } .ant-menu-root { @@ -41,16 +43,19 @@ nav .app-header { border: 0; box-shadow: none; height: 40px; + color: @text-color; } .ant-menu-item { padding: 0; + color: @text-color; .anticon-down { font-size: 13px !important; transform: none; position: relative; top: 1px; + color: @text-color; svg { transition: transform .2s cubic-bezier(.75,0,.25,1);