fix: 加 #about 全局覆盖确保深色主题不被旧白色样式盖住
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-18 19:33:03 +08:00
parent bbb561012b
commit fa576edd05

View File

@@ -8,6 +8,20 @@
min-height: 100vh;
}
/* 覆盖 common/extend 中的旧白色主题 */
#about .section-content {
padding-left: 20px;
padding-right: 20px;
}
#about .section-title .section-desc {
color: rgba(148, 163, 184, 0.7);
}
#about .section {
background: transparent;
}
/* ============================================
1. Hero Banner
============================================ */