.wiki-home .layout-content .extra-box .label-box .label-value {
    font-size: 0.8rem;
    color: #67c23a;
}
.wiki-home .sidebar .statistics .directories {
    background-color: #377dff;
}
.wiki-home .sidebar .statistics .word {
    background-color: #00c9a7;
}
.footer .filter-box .filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 38%);
}
.wiki-home .layout-content .content {
    width: 100%;
    margin-top: 0.81rem;
    height: calc(100% - 2.13rem - 0.81rem);
    background-color: rgb(255 255 255);
    box-shadow: 0rem 1rem 1rem 0rem rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    padding: 1rem;
    overflow-y: scroll;
}
.el-breadcrumb__inner {
    color: #0c0c0c;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    font-weight: 400;
    color: #fd5e5e;
    cursor: text;
	font-weight: bold;
}