부동산 정보 페이지 추가

This commit is contained in:
2026-03-16 02:10:45 +09:00
parent c6ac849a25
commit 1af16dde47
7 changed files with 4369 additions and 6 deletions

View File

@@ -82,12 +82,15 @@
--ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
/* ── Page Accent Colors ──────────────────────────────────────────── */
--accent-home: #00d4ff;
--accent-blog: #c084fc;
--accent-lotto: #34d399;
--accent-stock: #38bdf8;
--accent-travel: #fb923c;
--accent-lab: #fbbf24;
--accent-home: #00d4ff;
--accent-blog: #c084fc;
--accent-lotto: #34d399;
--accent-stock: #38bdf8;
--accent-realestate: #f43f5e;
--accent-subscription: #f43f5e;
--accent-todo: #f472b6;
--accent-travel: #fb923c;
--accent-lab: #fbbf24;
/* ── Convenience alias ───────────────────────────────────────────── */
--accent: var(--neon-cyan);