update page color

This commit is contained in:
杨黄林
2023-09-25 22:59:23 +08:00
parent 70bddc6c1b
commit 621893872d

View File

@@ -33,6 +33,10 @@
border-color: #ff5722 !important;
}
.layui-laypage a:hover {
color: #409eff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #409eff;
}
@@ -172,6 +176,10 @@ section.proxy-list .proxy-info .layui-row .layui-row > div:first-child {
box-shadow: none;
}
.layui-laypage a:hover {
color: #4f80a1;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #4f80a1;
}