mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
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:
parent
c867e8b271
commit
e90a93e813
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user