User:Bongolium500/fandomdesktop.css: Difference between revisions

From Jenny Everywhere Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
body.theme-fandomdesktop-light {
.fandom-community-header__local-navigation .first-level-item a span,
    background-attachment: fixed;
.fandom-community-header a {
  --theme-body-text-color: #800000;
    text-shadow: 3px 2px black;
  --theme-page-background-color: #e8f8ff;
    padding-right: 3px;
  --theme-page-text-color: #300000;
}
 
.wds-dropdown span {
    text-shadow: 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;
}