完善科幻皮肤;

This commit is contained in:
2022-07-02 11:50:28 +08:00
parent 38fbc97c0d
commit c4d03ccfd4
2 changed files with 8 additions and 0 deletions

View File

@@ -684,4 +684,9 @@ $box-shape: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%,
.layuimini-menu-left .layui-nav-item a span {
color: $main-color !important;
}
.layui-layout-admin .layuimini-logo {
background-color: $black-color !important;
}

View File

@@ -575,4 +575,7 @@
}
.elem-style-sicfi .layuimini-menu-left .layui-nav-item a span {
color: rgb(126, 252, 246) !important;
}
.elem-style-sicfi .layui-layout-admin .layuimini-logo {
background-color: rgb(2, 17, 20) !important;
}