mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
Use the theme colors for dtext category colors
Use the proper themed tag category color when using [color=artist] and etc.
This commit is contained in:
parent
c94238634e
commit
883734e509
@ -1,7 +1,7 @@
|
||||
/* ==UserStyle==
|
||||
@name eSix Café
|
||||
@namespace mandorinn
|
||||
@version 1.4.2
|
||||
@version 1.4.3
|
||||
@description A muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
|
||||
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)]
|
||||
@updateURL https://github.com/mandorinn/eSix-Cafe/raw/main/release/eSixCafe.user.css
|
||||
@ -1206,37 +1206,37 @@ if themep == classic {
|
||||
#sidebar .general-tag-list a:hover {
|
||||
color:var(--tag-cat-1-hover)!important
|
||||
}
|
||||
.category-1 a, a.tag-type-1 {
|
||||
.category-1 a, a.tag-type-1, .dtext-color-artist {
|
||||
color:var(--tag-cat-2)!important
|
||||
}
|
||||
.category-1 a:hover, a.tag-type-1:hover {
|
||||
color:var(--tag-cat-2-hover)!important
|
||||
}
|
||||
.category-3 a, a.tag-type-3 {
|
||||
.category-3 a, a.tag-type-3, .dtext-color-copyright {
|
||||
color:var(--tag-cat-3)!important
|
||||
}
|
||||
.category-3 a:hover, a.tag-type-3:hover {
|
||||
color:var(--tag-cat-3-hover)!important
|
||||
}
|
||||
.category-4 a, a.tag-type-4 {
|
||||
.category-4 a, a.tag-type-4, .dtext-color-character {
|
||||
color:var(--tag-cat-4)!important
|
||||
}
|
||||
.category-4 a:hover, a.tag-type-4:hover {
|
||||
color:var(--tag-cat-4-hover)!important
|
||||
}
|
||||
.category-5 a, a.tag-type-5 {
|
||||
.category-5 a, a.tag-type-5, .dtext-color-species {
|
||||
color:var(--tag-cat-5)!important
|
||||
}
|
||||
.category-5 a:hover, a.tag-type-5:hover {
|
||||
color:var(--tag-cat-5-hover)!important
|
||||
}
|
||||
.category-6 a, a.tag-type-6 {
|
||||
.category-6 a, a.tag-type-6, .dtext-color-invalid {
|
||||
color:var(--tag-cat-6)!important
|
||||
}
|
||||
.category-6 a:hover, a.tag-type-6:hover {
|
||||
color:var(--tag-cat-6-hover)!important
|
||||
}
|
||||
.category-7 a, a.tag-type-7 {
|
||||
.category-7 a, a.tag-type-7, .dtext-color-meta {
|
||||
color:var(--tag-cat-7)!important
|
||||
}
|
||||
.category-7 a:hover, a.tag-type-7:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user