mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Change index buttons (#105)
This commit is contained in:
parent
c55b2319bd
commit
cf40ac73ad
@ -115,3 +115,11 @@
|
|||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.nav-link.action-button.secondary {
|
||||||
|
margin-top: .5em;
|
||||||
|
font-family: "Open Sans", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
|
font-size: 1.125em;
|
||||||
|
border-radius: .3125em;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
@ -17,16 +17,8 @@
|
|||||||
class="action"
|
class="action"
|
||||||
v-if="data.actionText && data.actionLink"
|
v-if="data.actionText && data.actionLink"
|
||||||
>
|
>
|
||||||
<a
|
<DownloadButtons
|
||||||
class="action-button"
|
/>
|
||||||
rel="noopener noreferrer"
|
|
||||||
:href="browserDownloadUrl || 'https://github.com/inorichi/tachiyomi/releases/latest'"
|
|
||||||
title="Download latest release"
|
|
||||||
:download="browserDownloadUrl ? '' : null"
|
|
||||||
>
|
|
||||||
<font-awesome-icon icon="download" />
|
|
||||||
<span>Download {{ tagName || 'vX.X.X' }}</span>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<NavLink
|
<NavLink
|
||||||
class="action-button secondary"
|
class="action-button secondary"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
home: true
|
home: true
|
||||||
lang: en-US
|
lang: en-US
|
||||||
heroImage: /assets/media/hero.png
|
heroImage: /assets/media/hero.png
|
||||||
actionText: Get Started →
|
actionText: Get started →
|
||||||
actionLink: /help/guides/getting-started
|
actionLink: /help/guides/getting-started
|
||||||
features:
|
features:
|
||||||
- title: Extensions
|
- title: Extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user