added link for downloading app
Pull request / build (pull_request) Successful in 45s

This commit is contained in:
2026-09-04 10:00:36 +05:00
parent 246751a4fd
commit 8fe0e72664
2 changed files with 4 additions and 18 deletions
-6
View File
@@ -205,16 +205,10 @@ section { scroll-margin-top: calc(var(--bar-h) + 16px - var(--section-pad)); }
}
.btn:hover { opacity: .88; }
.btn svg { width: 18px; height: 18px; }
.btn.disabled {
background: var(--surface-2); color: var(--muted);
border-color: var(--line); cursor: default; pointer-events: none;
}
.btn.ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn.ghost:hover { background: var(--surface-2); opacity: 1; }
.btn.block { width: 100%; justify-content: center; }
.cta-note { font-size: .9rem; color: var(--muted); }
.facts {
display: flex; flex-wrap: wrap; gap: 8px 20px;
margin-top: 26px; font-size: .89rem; color: var(--muted);