Merge pull request #16 from faucetlol2/main

This commit is contained in:
mandorinn 2022-08-17 18:27:02 -05:00 committed by GitHub
commit f7c51ebf9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 1.3.9
@version 1.4.0
@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
@ -3108,6 +3108,21 @@ if themep == classic {
button.rating-s.active {
background-color: var(--favorite-button)!important;
}
form.simple_form div.collection-radio-buttons input + label{
color: var(--base-text)!important;
}
.radio_buttons:not(:checked)+label {
background-color: var(--bg-300)!important;
}
#post_rating_e:checked+label {
background-color: var(--remove-favorite)!important;
}
#post_rating_q:checked+label {
background-color: var(--warn-button)!important;
}
#post_rating_s:checked+label {
background-color: var(--favorite-button)!important;
}
/* Site map */
#a-site-map {