修改圆角和背景色
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
This commit is contained in:
@@ -78,8 +78,8 @@
|
|||||||
.sidebar li.active {
|
.sidebar li.active {
|
||||||
color: #004BFA;
|
color: #004BFA;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-top-right-radius: 12px;
|
border-top-right-radius: 0.17rem;
|
||||||
border-bottom-right-radius:12px ;
|
border-bottom-right-radius:0.17rem ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 右侧内容 */
|
/* 右侧内容 */
|
||||||
|
|||||||
@@ -257,7 +257,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-item:hover {
|
.modal-item:hover {
|
||||||
background-color: #f5f5f5;
|
/* background-color: #f5f5f5; */
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user