dev

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

@supports not div(:has(*)) {
	:root {
		--theme-page-background-color: black;
		--theme-page-background-color--rgb: 0, 0, 0;
		--theme-page-background-color--secondary: #131313;
		--fandom-global-nav-mobile-background-color: black;
		--fandom-global-nav-mobile-community-bar-background-color: black;
		--fandom-global-nav-mobile-community-bar-color: #ffffff;
		--theme-body-background-image: none;
		--theme-border-color: #303030;
		--theme-page-text-color: #ffffff;
	}
}

@supports div(:has(*)) {
	:root:has(> .skin-fandommobile) {
		--theme-page-background-color: black;
		--theme-page-background-color--rgb: 0, 0, 0;
		--theme-page-background-color--secondary: #131313;
		--fandom-global-nav-mobile-background-color: black;
		--fandom-global-nav-mobile-community-bar-background-color: black;
		--fandom-global-nav-mobile-community-bar-color: #ffffff;
		--theme-body-background-image: none;
		--theme-border-color: #303030;
		--theme-page-text-color: #ffffff;
	}
}


.skin-fandommobile .article-footer {
	background-image: linear-gradient(to bottom, #0a0a0a, rgba(var(--theme-page-background-color--rgb), 0));
}

.skin-fandommobile :is(.wds-dropdown .wds-dropdown__content,
.global-footer) {
	background-color: black;
}