added firebase & changed main tab color, uyear stand out

This commit is contained in:
Haeri Kim
2026-06-14 10:24:45 +09:00
parent 9be793e2dd
commit aadc80b7a8
11 changed files with 409 additions and 392 deletions

View File

@@ -58,8 +58,8 @@
}
.nav-btn:hover { color: var(--text-h); }
.nav-btn.active {
background: var(--bg);
color: var(--text-h);
box-shadow: 0 1px 4px rgba(0,0,0,0.08);
background: #7c3aed;
color: #fff;
box-shadow: 0 1px 4px rgba(124,58,237,0.25);
}
</style>