仓库导航栏颜色同步&按钮大小优化

This commit is contained in:
lutinglt
2025-02-09 21:42:11 +08:00
parent 7c6ec21e10
commit cd9a2a504b
4 changed files with 18 additions and 16 deletions

View File

@@ -69,6 +69,18 @@
}
}
.active.item,
.dropdown.item,
.link.item,
a.item {
color: var(--color-text);
svg {
color: #9198A1;
margin-right: 8px;
}
}
.active.item {
border-color: #ffffff00;