Skip to content

Moonstone Highlighter by SunlitFable

Details

AuthorSunlitFable

LicenseNo License

Categorylorwolf

Created

Updated

Code size483 B

Code checksum4fdb768d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Highlight Moonstone Ore, to distinguish it from Silver Ore.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Moonstone Highlighter
@namespace      https://userstyles.world/user/SunlitFable
@version        1.0.0
@description    Highlight Moonstone Ore, to distinguish it from Silver Ore.
@author         SunlitFable
==/UserStyle== */

@-moz-document url("https://www.lorwolf.com/Mining") {
    img[src$='https://lorwolf.azureedge.net/static/Ore-Moonstone.png']
      {
        background: #59C0CC;
        border-radius: 5px !important;
      }
}

Reviews

No reviews yet.