From 8fe0e726643b1b2175520f4f94ac61ed101fe41d Mon Sep 17 00:00:00 2001 From: Aleksandr Neychev Date: Fri, 4 Sep 2026 09:59:53 +0500 Subject: [PATCH] added link for downloading app --- site/index.html | 16 ++++------------ site/styles.css | 6 ------ 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/site/index.html b/site/index.html index cdaf8ff..936000a 100644 --- a/site/index.html +++ b/site/index.html @@ -107,17 +107,13 @@

- + Download from Microsoft Store Скачать из Microsoft Store - - - Pending Microsoft Store certification — the download link is coming soon. - Ожидается сертификация в Microsoft Store — ссылка для скачивания появится в ближайшее время. - +
@@ -636,17 +632,13 @@

diff --git a/site/styles.css b/site/styles.css index 7f65a7b..60a88a4 100644 --- a/site/styles.css +++ b/site/styles.css @@ -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);