fix(ui): 恢復側欄暖色導覽規範
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
OoO
2026-05-05 13:57:41 +08:00
parent 6f8fdc14ba
commit 505cbe20c7

View File

@@ -16,6 +16,46 @@
] %}
<style>
.momo-sidebar {
background:
radial-gradient(circle at 24px 28px, rgba(201, 100, 66, 0.18), transparent 34px),
linear-gradient(180deg, #2d2018 0%, #241912 48%, #3a2418 100%) !important;
border-right: 1px solid rgba(231, 178, 135, 0.18);
box-shadow: inset -1px 0 0 rgba(255, 238, 214, 0.06), 18px 0 42px rgba(61, 38, 27, 0.18);
}
.momo-sidebar-logo {
color: #fff7eb;
border-bottom: 1px solid rgba(231, 178, 135, 0.16);
}
.momo-sidebar-logo small,
.momo-sidebar-logo .momo-muted {
color: rgba(255, 248, 238, 0.62) !important;
}
.momo-nav-group {
border-top-color: rgba(231, 178, 135, 0.15) !important;
}
.momo-nav-group-title {
color: rgba(255, 218, 184, 0.64) !important;
font-weight: 850;
}
.momo-nav-link {
color: rgba(255, 248, 238, 0.78) !important;
}
.momo-nav-link:hover {
background: rgba(201, 100, 66, 0.13) !important;
color: #ffd4bd !important;
}
.momo-nav-link.is-active {
background: linear-gradient(135deg, #c96442, #9d4a32) !important;
color: #fff8ee !important;
box-shadow: 0 10px 24px rgba(201, 100, 66, 0.22);
}
.momo-nav-link .momo-nav-code {
color: rgba(255, 248, 238, 0.46) !important;
}
.momo-nav-link.is-active .momo-nav-code {
color: rgba(255, 248, 238, 0.76) !important;
}
.momo-nav-tree {
margin: 0;
}
@@ -43,7 +83,7 @@
.momo-nav-subtree {
margin: 0.35rem 0 0.65rem 1.05rem;
padding-left: 0.75rem;
border-left: 1px solid rgba(201, 100, 66, 0.26);
border-left: 1px solid rgba(238, 169, 128, 0.34);
}
.momo-nav-subtitle {
margin: 0.65rem 0 0.25rem;