Skip to content

Blurry Trello by MartyBeGood

Details

AuthorMartyBeGood

LicenseNo License

Categorytrello.com

Created

Updated

Code size402 B

Code checksum6d261ab3

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Blurs backdrop of Trello cards. Useful to stay focused on larger screens.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Blurry Trello
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Blurs backdrop of Trello cards. Useful to stay focused on larger screens.
@author         MartyBeGood
==/UserStyle== */
@-moz-document domain("trello.com") {
    #layer-manager-card-back > div {
        backdrop-filter: blur(15px);
        background-color: unset;
    }
}

Reviews

No reviews yet.