diff --git a/src/.vuepress/components/DownloadButtons.vue b/src/.vuepress/components/DownloadButtons.vue new file mode 100644 index 00000000..cac8bafc --- /dev/null +++ b/src/.vuepress/components/DownloadButtons.vue @@ -0,0 +1,122 @@ + + + + + diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index 825a1001..aba54151 100644 --- a/src/.vuepress/styles/index.scss +++ b/src/.vuepress/styles/index.scss @@ -108,3 +108,10 @@ } } } + +.no-select { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} diff --git a/src/.vuepress/theme/components/Home.vue b/src/.vuepress/theme/components/Home.vue index 92d5aaa4..ca8610bc 100644 --- a/src/.vuepress/theme/components/Home.vue +++ b/src/.vuepress/theme/components/Home.vue @@ -29,7 +29,7 @@

@@ -149,7 +149,7 @@ export default { background-color: lighten($accentColor, 10%); } - &.secundary { + &.secondary { background-color: darken($borderColor, 5%); color: lighten($textColor, 25%); border-bottom-color: darken($borderColor, 15%); diff --git a/src/help/guides/getting-started.md b/src/help/guides/getting-started.md index cf915004..9e4c6706 100644 --- a/src/help/guides/getting-started.md +++ b/src/help/guides/getting-started.md @@ -7,7 +7,7 @@ lang: en-US ## Installation -[![github](https://img.shields.io/github/release/inorichi/tachiyomi.svg?style=for-the-badge&maxAge=600)](https://github.com/inorichi/tachiyomi/releases/latest) [![github downloads](https://img.shields.io/github/downloads/inorichi/tachiyomi/total.svg?style=for-the-badge&maxAge=600)](http://www.somsubhra.com/github-release-stats/?username=inorichi&repository=tachiyomi) + You can download the latest version of `Tachiyomi` from the [GitHub releases](https://github.com/inorichi/tachiyomi/releases/latest).