fix(core/frontend): settings password-error styling (.pw-err)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m13s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
seaislee1209 2026-06-05 17:23:56 +08:00
parent 64b0f3a1aa
commit 8959946241

View File

@ -177,6 +177,9 @@
line-height: 1.6;
}
/* ─── 改密 modal · 校验提示 ─── */
.field .pw-err { color: var(--accent-crimson); }
/* ─── 页脚 build 标记 ─── */
.settings-foot { text-align: center; padding: 24px 0 8px; color: var(--black-alpha-32); font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; }