Red color highlighting for tags with 1 post

The red color was being overwritten by another selector, also give it a themed color instead of just `red`
This commit is contained in:
faucet 2022-10-03 09:39:52 +01:00 committed by GitHub
parent c867e8b271
commit e90a93e813
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.5.2
@version 1.5.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
@ -1265,6 +1265,9 @@ if themep == classic {
border-radius: 4px;
}
}
.low-post-count {
color: var(--user-banned) !important;
}
/* Sidebar searchbox */
div#page aside#sidebar section#search-box form, div#page aside#sidebar section#re621-insearch form, div#page aside#sidebar section#mode-box form {
display:flex;