2nd commit: Menambahkan landing page, integrasi ikon FontAwesome secara global, dan perbaikan bug

This commit is contained in:
2026-06-12 16:06:49 +07:00
parent 7ee3db6d93
commit 4fe88f3b2e
10 changed files with 378 additions and 83 deletions
+3 -1
View File
@@ -737,4 +737,6 @@ input[type=range]::-webkit-slider-runnable-track {
.auth-tab.active {
background: var(--blue);
color: var(--white);
}
}
.btn-back-home { display: block; background: var(--navy); color: #A0AEC0; text-align: center; padding: 10px; text-decoration: none; font-weight: 600; font-size: 0.85rem; border-bottom: 1px solid rgba(255,255,255,0.1); transition: all 0.3s; }
.btn-back-home:hover { background: #2a4365; color: #fff; }