Skip to content

Darken some Anvil IDE text by hugetim

Screenshot of Darken some Anvil IDE text

Details

Authorhugetim

LicenseMIT

Categoryanvil.works

Created

Updated

Size350 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Darkens some Anvil IDE text

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           5/4/2023, 9:53:50 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("anvil.works") {
    .ng-binding:not(:hover) {
        color: #5d5d5d
    }
    .ng-scope h6:not(:hover) {
        color: #5d5d5d
    }
}

Reviews

No reviews yet.