fix主题显示bug

This commit is contained in:
不做码农
2021-10-10 20:39:35 +08:00
parent b6412e9e6e
commit 07f49a3d0c
5 changed files with 35 additions and 64 deletions

View File

@@ -419,39 +419,6 @@ aside {
color: #FFFFFF;
}
/* text color */
.text-navy {
color: #1ab394;
}
.text-primary {
color: inherit;
}
.text-success {
color: #1c84c6;
}
.text-info {
color: #23c6c8;
}
.text-warning {
color: #f8ac59;
}
.text-danger {
color: #ed5565;
}
.text-muted {
color: #888888;
}
/* image */
.img-circle {
border-radius: 50%;
}
.img-lg {
width: 120px;