Makes green on Modrinth to blue
Modrinth Blue by penpen
Details
Authorpenpen
LicenseNo License
Categorymodrinth.com
Created
Updated
Size330 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 Modrinth Blue
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes green on Modrinth to blue
@author Penpen
==/UserStyle== */
@-moz-document domain("modrinth.com") {
* {
--color-brand-green: rgb(29, 155, 240) !important;
}
}