All dimensions Wiki
No edit summary
mNo edit summary
Line 44: Line 44:
 
}
 
}
 
.wds-is-secondary {
 
.wds-is-secondary {
background: #002F4F;
+
background-color: #002F4F;
 
}
 
}

Revision as of 20:47, 30 August 2021

/* reverts the font back */
.page, .page-content, .page-header__title, .mw-headline, .mcf-wrapper {
	font-family: arial;
}
.page-header__title, .mw-headline, .mcf-header {
	font-weight: 700;
}
.page-counter__value,
.page-counter__label,
.fandom-community-header__community-name
{
	font-weight: 700;
}

/* brings the header back */
.page {
	margin-top: 0;
}
.community-header-wrapper {
	background-color: #003F5F;
	margin-top: 20px;
	height: 100px;
	font-family: arial;
	font-weight: 700;
}
.fandom-sticky-header {
	background-color: #003F5F;
	font-family: arial;
	font-weight: 700;
}
.mcf-card-discussions { /* R***k */
	font-family: rubik; 
}

/* adjusts the header */
.fandom-community-header__image {
	margin-bottom: 20px;
}
.fandom-community-header__image {
	margin-bottom: 20px;
}
.wds-button-group {
	margin-right: 30px;
}
.wds-is-secondary {
	background-color: #002F4F;
}