Fix Neko and J2K fork Accent (#954)

This commit is contained in:
Soitora 2022-10-11 06:15:05 +02:00 committed by GitHub
parent 41e1c748c5
commit 877cbd24fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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)**.