Darkens some Anvil IDE text
Darken some Anvil IDE text by hugetim
Details
Authorhugetim
LicenseMIT
Categoryanvil.works
Created
Updated
Size350 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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
}
}