dev

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

/* 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;
}