diff --git a/site/index.html b/site/index.html index 4515c52..5b0c382 100644 --- a/site/index.html +++ b/site/index.html @@ -104,17 +104,13 @@

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

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

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);