fix:修改样式

This commit is contained in:
ljy
2026-07-29 22:43:28 +08:00
parent 43c530e915
commit 855be4d3ad
3 changed files with 34 additions and 1 deletions
+30
View File
@@ -65,6 +65,36 @@ a {
box-shadow: 0 1.125rem 4.375rem rgba(83, 42, 18, 0.14);
backdrop-filter: blur(1rem);
transform: translateX(-50%);
transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.topbar.is-tech-theme {
border-color: rgba(201, 154, 69, 0.28);
background: rgba(8, 9, 15, 0.78);
box-shadow: 0 1.125rem 4.375rem rgba(0, 0, 0, 0.35);
}
.topbar.is-tech-theme .brand-lockup strong,
.topbar.is-tech-theme .brand-lockup small {
color: #fff4df;
transition: color 0.35s ease;
}
.topbar.is-tech-theme .nav-links {
color: rgba(241, 217, 154, 0.82);
transition: color 0.35s ease;
}
.topbar.is-tech-theme .nav-links a:hover,
.topbar.is-tech-theme .nav-cta:hover {
color: var(--gold-light);
}
.topbar.is-tech-theme .nav-cta {
border-color: rgba(201, 154, 69, 0.42);
color: var(--gold-light);
background: rgba(255, 244, 223, 0.06);
transition: color 0.35s ease, border-color 0.35s ease, background 0.35s ease, transform 0.2s ease;
}
.brand-lockup {