User:Bongolium500/fandomdesktop.css: Difference between revisions

From Jenny Everywhere Wiki
No edit summary
No edit summary
Line 1: Line 1:
.fandom-community-header__background::before { background-image: none; }
/* background image */
body {
    background-image: var(--theme-body-background-image);
}
 
/* remove fandom header */
.fandom-community-header__background        { background-image: none;}
.fandom-community-header__background::before { background-image: none;}

Revision as of 15:18, 26 July 2021

/* background image */
body {
    background-image: var(--theme-body-background-image);
}

/* remove fandom header */
.fandom-community-header__background         { background-image: none;}
.fandom-community-header__background::before { background-image: none;}