User:Bongolium500/fandomdesktop.css: Difference between revisions

From Jenny Everywhere Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
/* background image */
.fandom-community-header__local-navigation .first-level-item a span,
body {
.fandom-community-header a {
     background-image: var(--theme-body-background-image);
     text-shadow: 3px 2px black;
    padding-right: 3px;
}
}


/* remove fandom header */
.wds-dropdown span {
.fandom-community-header__background        { background-image: none;}
    text-shadow: none;
.fandom-community-header__background::before { background-image: none;}
}

Latest revision as of 16:03, 26 July 2021

.fandom-community-header__local-navigation .first-level-item a span,
.fandom-community-header a {
    text-shadow: 3px 2px black;
    padding-right: 3px;
}

.wds-dropdown span {
    text-shadow: none;
}