mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Fix Neko and J2K fork Accent (#954)
This commit is contained in:
parent
41e1c748c5
commit
877cbd24fc
@ -264,6 +264,12 @@ a
|
||||
.page-edit .last-updated .prefix
|
||||
color darken($nekoAccentColor, 40%)
|
||||
|
||||
.TachiyomiJ2K
|
||||
.theme-default-content a,
|
||||
.page-edit .edit-link a,
|
||||
.page-edit .last-updated .prefix
|
||||
color lighten($j2kAccentColor, 10%)
|
||||
|
||||
.TachiyomiAZ
|
||||
.theme-default-content a,
|
||||
.page-edit .edit-link a,
|
||||
@ -283,6 +289,11 @@ a
|
||||
.nav-item > a:not(.external).router-link-active
|
||||
border-bottom 2px solid $nekoAccentColor
|
||||
|
||||
.TachiyomiJ2K
|
||||
.nav-item > a:not(.external):hover,
|
||||
.nav-item > a:not(.external).router-link-active
|
||||
border-bottom 2px solid $j2kAccentColor
|
||||
|
||||
.TachiyomiAZ
|
||||
.nav-item > a:not(.external):hover,
|
||||
.nav-item > a:not(.external).router-link-active
|
||||
|
@ -32,8 +32,8 @@ $customTip = #184cef
|
||||
$customWarning = #b29400
|
||||
$customDanger = #e5422b
|
||||
// Forks
|
||||
$nekoAccentColor = #3DDA83
|
||||
$j2kAccentColor = $accentColor
|
||||
$nekoAccentColor = #FD6684
|
||||
$j2kAccentColor = #0952AF
|
||||
$azAccentColor = #FFCC4D
|
||||
$ehAccentColor = $accentColor
|
||||
$syAccentColor = #BE0F6E
|
||||
|
@ -8,15 +8,15 @@ meta:
|
||||
- property: og:image
|
||||
content: /assets/forks_logo-neko.png
|
||||
- name: theme-color
|
||||
content: "#38CA79"
|
||||
content: "#FD6684"
|
||||
- name: msapplication-TileColor
|
||||
content: "#38CA79"
|
||||
content: "#FD6684"
|
||||
sidebar: false
|
||||
---
|
||||
|
||||
# <img class="headerLogo" :src="$withBase('/assets/forks_logo-neko.png')"> Neko
|
||||
|
||||
<ForkButtons forkName="Neko" downloadForkLink="https://api.github.com/repos/CarlosEsco/Neko/releases/latest" downloadForkStyle="background-color:#3DDA83;color:#000000;" githubForkLink="https://github.com/CarlosEsco/Neko" androidVersion="7.0"/>
|
||||
<ForkButtons forkName="Neko" downloadForkLink="https://api.github.com/repos/CarlosEsco/Neko/releases/latest" downloadForkStyle="background-color:#FD6684;color:#000000;" githubForkLink="https://github.com/CarlosEsco/Neko" androidVersion="7.0"/>
|
||||
|
||||
## About
|
||||
This is a [MangaDex](https://mangadex.org/) specific fork of **Tachiyomi** and [TachiyomiJ2K](/forks/TachiyomiJ2K). This contains features specific to **MangaDex** that those versions cannot offer. It also features almost every feature that **J2K** has except for extensions (aka other sources), custom covers, and local manga.
|
||||
|
@ -8,15 +8,15 @@ meta:
|
||||
- property: og:image
|
||||
content: /assets/forks_logo-j2k.png
|
||||
- name: theme-color
|
||||
content: "#2e84bf"
|
||||
content: "#0952AF"
|
||||
- name: msapplication-TileColor
|
||||
content: "#2e84bf"
|
||||
content: "#0952AF"
|
||||
sidebar: false
|
||||
---
|
||||
|
||||
# <img class="headerLogo" :src="$withBase('/assets/forks_logo-j2k.png')"> TachiyomiJ2K
|
||||
|
||||
<ForkButtons forkName="TachiyomiJ2K" downloadForkLink="https://api.github.com/repos/Jays2Kings/tachiyomiJ2K/releases/latest" githubForkLink="https://github.com/Jays2Kings/tachiyomiJ2K" androidVersion="6.0"/>
|
||||
<ForkButtons forkName="TachiyomiJ2K" downloadForkLink="https://api.github.com/repos/Jays2Kings/tachiyomiJ2K/releases/latest" downloadForkStyle="background-color:#0952AF;color:#FFFFFF;" githubForkLink="https://github.com/Jays2Kings/tachiyomiJ2K" androidVersion="6.0"/>
|
||||
|
||||
## Introduction
|
||||
**TachiyomiJ2K** is maintained by **[Jays2Kings](https://github.com/Jays2Kings)**.
|
||||
|
Loading…
Reference in New Issue
Block a user