Skip to content

Commit

Permalink
Darkened text color
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Oct 15, 2019
1 parent 7b3fbf7 commit 4508544
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/app/components/app-header/AppHeader.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nav .app-header {
@text-color: #333;
height: 49px;
padding-bottom: 1px;
box-sizing: content-box;
Expand All @@ -20,6 +21,7 @@ nav .app-header {
.menu-item-button {
padding: 0 15px;
font-size: 18px;
color: @text-color !important;
}

.ant-menu-root {
Expand All @@ -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);
Expand Down

0 comments on commit 4508544

Please sign in to comment.