File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ html.dark {
9999 --panel-logs-bg-color : #1b1b1b ;
100100 --panel-alert-bg-color : var (--panel-main-bg-color-10 );
101101
102+ --panel-node-card-bg-color : #434552 ;
103+
102104 --el-menu-item-bg-color : var (--panel-main-bg-color-9 );
103105 --el-menu-item-bg-color-active : var (--panel-main-bg-color-8 );
104106 --el-menu-hover-bg-color : var (--panel-main-bg-color-8 );
Original file line number Diff line number Diff line change 5959
6060 --el-fill-color-light : #ffffff ;
6161 --el-disabled-bg-color : var (--panel-main-bg-color-9 ) !important ;
62+
63+ --panel-node-card-bg-color : #e3e6f3 ;
6264}
6365
6466.el-notification {
@@ -280,4 +282,4 @@ html {
280282 color : var (--el-text-color-regular ) !important ;
281283 border : 1px solid var (--panel-main-bg-color-10 );
282284 background-color : var (--panel-main-bg-color-10 ) !important ;
283- }
285+ }
You can’t perform that action at this time.
0 commit comments