MediaWiki:Common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.ability-icon {
    filter: grayscale(100%) invert(100%) hue-rotate(180deg) brightness(0.8);
}

Revision as of 18:14, 24 August 2024

/* CSS placed here will be applied to all skins */
.ability-icon {
    filter: grayscale(100%) invert(100%) hue-rotate(180deg) brightness(0.8);
}