Skip to content

fontstruct - fontstructor amoled by ripooof

Screenshot of fontstruct - fontstructor amoled

Details

Authorripooof

LicenseNo License

Categoryfontstruct.com

Created

Updated

Size579 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes the fontstructor really dark

Notes

utilizes mix-blend-mode

Source code

/* ==UserStyle==
@name         fontstruct - fontstructor amoled
@version      20240805.04.37
@namespace    fontstruct
@description  makes the fontstructor really dark
@author       spritesworkshop
==/UserStyle== */

@-moz-document domain("fontstruct.com") {
.fnstrctr-glyphCanvas:before {
    pointer-events: none;
    touch-action: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*background: #848484;
    mix-blend-mode: darken;*/
    
    background: #fff;
    mix-blend-mode: difference;
}
}

Reviews

No reviews yet.