Skip to content

Cohost low-key reshare tags by nex3

Screenshot of Cohost low-key reshare tags

Details

Authornex3

LicenseNo License

Categorycohost.org

Created

Updated

Size620 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes "@[user] shared with:" annotations smaller and less obtrusive

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Cohost low-key reshare tags
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Makes "@[user] shared with:" annotations smaller and less obtrusive
@author         Natalie Weizenbaum
==/UserStyle== */

@-moz-document domain("cohost.org") {
    
article > div > hr + div {
    margin-top: -1.5rem;
}

article > div > hr + .text-notBlack {
    --tw-text-opacity: 0.6;
}

article > div > hr + div .text-notBlack {
    --tw-text-opacity: 0.6;
}

article > div > hr + div > span {
    font-size: 90%;
    background-color: white;
    padding-right: 0.5rem;
}

}

Reviews

No reviews yet.