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 {
.ability-icon {
     filter: grayscale(100%) invert(100%) hue-rotate(180deg) brightness(0.6);
     filter: grayscale(100%) invert(100%) hue-rotate(180deg) brightness(1.0);
}
}

Revision as of 18:16, 24 August 2024

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