/* ==UserStyle==
@name         Small Thumbnails + No Background
@version      4.0.0
@description  Are thumbnails too large? Too close together? Would you rather always see titles and get rid of that useless background? Gotcha.
@author       Valognir (https://www.deviantart.com/valognir)
@namespace    https://greasyfork.org/en/scripts/404193-small-thumbnails-no-background

@downloadURL none
==/UserStyle== */
@-moz-document domain("deviantart.com") {
    a > div > img {
        scale: 70%;
    }
    
    a > div {
        background-color: transparent !important;
    }
}