mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
White theme more white
This commit is contained in:
@@ -177,6 +177,18 @@ button {
|
|||||||
background: #202020;
|
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:focus,
|
||||||
.el-menu-item:hover {
|
.el-menu-item:hover {
|
||||||
background-color: #505050;
|
background-color: #505050;
|
||||||
@@ -365,3 +377,7 @@ button {
|
|||||||
.x-login-container p {
|
.x-login-container p {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.x-menu-container {
|
||||||
|
background: #303133;
|
||||||
|
}
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ a {
|
|||||||
.x-menu-container {
|
.x-menu-container {
|
||||||
flex: none;
|
flex: none;
|
||||||
overflow: hidden auto;
|
overflow: hidden auto;
|
||||||
background: #383838;
|
background: #f8f8f8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-menu-container > .el-menu {
|
.x-menu-container > .el-menu {
|
||||||
@@ -192,6 +192,10 @@ a {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-menu-item {
|
||||||
|
color: #303133;
|
||||||
|
}
|
||||||
|
|
||||||
.el-menu-item.is-active::before {
|
.el-menu-item.is-active::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
@@ -199,7 +203,7 @@ a {
|
|||||||
width: 2px;
|
width: 2px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
content: '';
|
content: '';
|
||||||
background: #dcdfe6;
|
background: #303133;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-menu-item.notify::after {
|
.el-menu-item.notify::after {
|
||||||
@@ -209,7 +213,7 @@ a {
|
|||||||
width: 4px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
content: '';
|
content: '';
|
||||||
background: #ebeef5;
|
background: #303133;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user