Skip to content

Commit

Permalink
White theme more white
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Mar 12, 2022
1 parent 6c0e186 commit e4e0f0f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
16 changes: 16 additions & 0 deletions html/src/app.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,18 @@ button {
background: #202020;
}

.el-menu-item {
color: #f8f8f8;
}

.el-menu-item.notify::after {
background: #ebeef5;
}

.el-menu-item.is-active::before {
background: #dcdfe6;
}

.el-menu-item:focus,
.el-menu-item:hover {
background-color: #505050;
Expand Down Expand Up @@ -365,3 +377,7 @@ button {
.x-login-container p {
color: #ddd;
}

.x-menu-container {
background: #303133;
}
10 changes: 7 additions & 3 deletions html/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,22 +184,26 @@ a {
.x-menu-container {
flex: none;
overflow: hidden auto;
background: #383838;
background: #f8f8f8;
}

.x-menu-container > .el-menu {
background: 0;
border: 0;
}

.el-menu-item {
color: #303133;
}

.el-menu-item.is-active::before {
position: absolute;
top: 4px;
left: 1px;
width: 2px;
height: 48px;
content: '';
background: #dcdfe6;
background: #303133;
}

.el-menu-item.notify::after {
Expand All @@ -209,7 +213,7 @@ a {
width: 4px;
height: 4px;
content: '';
background: #ebeef5;
background: #303133;
border-radius: 50%;
}

Expand Down

0 comments on commit e4e0f0f

Please sign in to comment.