MediaWiki:Common.less/usesmateriallist.less

From RuneScape Classic Wiki
Jump to navigation Jump to search
// <pre>
/* =======================================
       [[Template:Uses material list]]
   ======================================= */
:root {
    --production-selected-background: fade( @caper, 50% );
    --production-selected-color: @la-palma; 
}

.production-selected {
    background: var(--production-selected-background);
    color: var(--production-selected-color);
}