MediaWiki:Common.css: Difference between revisions

From Crafters Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo { filter: invert(1) hue-rotate(180deg); }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-logo {
body.client-darkmode #p-logo {
     filter: invert(1) hue-rotate(180deg);
     filter: invert(1) hue-rotate(180deg);
}
}

Revision as of 05:39, 22 May 2023

/* CSS placed here will be applied to all skins */
body.client-darkmode #p-logo {
    filter: invert(1) hue-rotate(180deg);
}