mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Change index buttons (#105)
This commit is contained in:
parent
c55b2319bd
commit
cf40ac73ad
@ -115,3 +115,11 @@
|
||||
-ms-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"
|
||||
v-if="data.actionText && data.actionLink"
|
||||
>
|
||||
<a
|
||||
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>
|
||||
<DownloadButtons
|
||||
/>
|
||||
|
||||
<NavLink
|
||||
class="action-button secondary"
|
||||
|
@ -2,7 +2,7 @@
|
||||
home: true
|
||||
lang: en-US
|
||||
heroImage: /assets/media/hero.png
|
||||
actionText: Get Started →
|
||||
actionText: Get started →
|
||||
actionLink: /help/guides/getting-started
|
||||
features:
|
||||
- title: Extensions
|
||||
|
Loading…
Reference in New Issue
Block a user