Skip to content

Twitter sidebar opacity on hover by apkx

Details

Authorapkx

LicenseNo License

Categoryx.com, twitter.com

Created

Updated

Size505 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Less contrasty sidebar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Twitter sidebar opacity on hover
@namespace      USO Archive
@author         apkx
@description    `Less contrasty sidebar`
@version        1.3
@license        No License
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("twitter.com"),
domain("x.com") {

    header:not(:hover),
    [data-testid="sidebarColumn"]:not(:hover) {
        opacity: .1;
    }
    header,
    [data-testid="sidebarColumn"]:not(:hover) {
        opacity: .4;
    }
}

Reviews

No reviews yet.