Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Make the header look more sleek with the background and connected to the body page below it */
:is(.theme-fandomdesktop-dark, .theme-fandomdesktop-light) .fandom-community-header {
background-image: linear-gradient(transparent, var(--theme-page-background-color));
margin-bottom: -12px;
}
.page__main {
border-radius: 0 0 3px 3px !important;
}
.wiki-tools.wds-button-group {
margin-right: 25px;
}
.fandom-community-header__image img {
margin-left: 25px;
max-height: 75px;
margin-bottom: 5px;
}