ENH: fix some color again

Change-Id: I8d06c7859cdcb232b0625ef1c22e562253be4dcf
(cherry picked from commit 32d143fe029e36715231156ce857fd841a4a3748)
This commit is contained in:
zorro.zhang 2022-11-30 10:57:10 +08:00 committed by Lane.Wei
parent 0e083654ce
commit ec66e7750f
3 changed files with 9 additions and 6 deletions

View file

@ -1,11 +1,11 @@
body
{
background-color:#2D2D31;
background-color:#242428;
}
*
{
border-color: #6f6f6f;
border-color: #3E3E45;
}

View file

@ -219,6 +219,7 @@ body
display: flex;
flex-direction: column;
position: relative;
height: 100%;
}
#MenuArea
@ -391,6 +392,7 @@ body
color: #323A3D;
background-color: #fff;
display: none;
z-index: 1;
}
.CT_Item