Line 668 :nth-child(2) > style attribute selector

This commit is contained in:
mandorinn 2022-04-11 18:59:26 -05:00 committed by GitHub
parent 01d6ac64f2
commit be17d948f1
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.1.3
@version 1.1.4
@description A muted and easy on the eyes style for e621.
@author mandorinn
@preprocessor stylus
@ -665,9 +665,9 @@
margin-top: .2rem;
margin-left: .05rem;
}
/*#sidebar > div:nth-child(2) {
#sidebar > div[style="color:darkorange;margin-bottom:0.5rem;"] {
display:none;
}*/
}
.color-muted {
color: var(--base-text)!important;
opacity: .5;