Skip to content

contributor.stock.adobe.com by KostasSliazas

Details

AuthorKostasSliazas

LicenseNo License

Categorycontributor.stock.adobe.com

Created

Updated

Code size504 B

Code checksum219ddea3

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

contributor.stock.adobe.com - dark theme

Notes

changed background

Source code

/* ==UserStyle==
@name           ?
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Kostas Šliažas
==/UserStyle== */
@-moz-document domain("contributor.stock.adobe.com") {

    * {
        color: #777
    }

    [data-t = "portfolio-page-assets-list"] {
        display: flex;
        flex-wrap: wrap;
        place-content: center;
        place-items: center;
    }

    :not(svg) {
        background-color: #2227 !important;
    }
}

Reviews

No reviews yet.