testcss

Note: After publishing, you may have to bypass your browser's cache to see the changes.

importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:PurgeButton/code.js',
    ]
});

var htmlOnFire = document.getElementsByTagName("html")[0];
htmlOnFire.style.cursor = "auto";

const footerPaths = $("#wds-brand-fandom-logo-light")[0].children;
const logoPaths = $("#wds-brand-fandom-logomark")[0].children;

footerPaths[0].id = "logo-outline-footer";
footerPaths[1].id = "logo-heart-footer";
footerPaths[2].id = "logo-text-footer";

logoPaths[0].id = "logo-outline-bar";
logoPaths[1].id = "logo-heart-bar";